If you use MFC, doing an import in the class Wizard will generate the wrapper class for you.
If you use "raw" C++, we don't provide a wrapper class. The best way to use the product in this context is via the #import clause. This will create ".tlh" files in the compile folder that will give you access to objects, enum, etc. as described (named) in the documentation. It is the "magic" method used in the C++ QuickTour sample installed with the product.
André
Software Developer and Tech Support
Xceed Software Inc.