Issue Details
I have some meta information from which I intend to generate LabVIEW class stubs such that I only need to fill out the block diagram body with actual calls to an external library. So I need a way to generate an LVLib containing several classes, including a bunch of getter and setter for properties and some static/dynamic call VIs.
I know the VI's that handle this in the LabVIEW UI are located in \resource\Framework\Providers but I cannot get them running. I tried to create a new LVLib and put an empty class into it but with no success. When it tries to save the class it fails with a bad argument.
This is what my current attempt looks like:

Are there any examples available which would help me get this started?