Relative Content

Tag Archive for c++visual-studioapicode-editorautodesk-inventor

Loading Inventor C++ API classes in code editor Microsoft Visual Studio

I am developing a C++ console app which interfaces the Autodesk Inventor C++ COM-API. Everything works and compiles, however in the code editors all Inventor classes are underlined as if they were unknown. However compilation works. Also navigation to classes functions etc. does not work. I tried to manually include the RxInventor.tlh file, but then a lot of other errors occur.