This LabVIEW class is set to inherit from a class in community access scope and cannot be accessed from outside of the library to which it belongs unless you declare it a friend of that library. To correct this error, make this class a part of the same library, declare this class a friend of the library, or change the access scope of the parent to Public.