This LabVIEW class inherits from a class whose access scope is private. The inheriting class cannot access the parent class from outside of the library to which the parent class belongs.

To correct this error, make the inheriting class a part of the same library, or change the access scope of the parent class to public.