Include file paths

Top  Previous  Next

Here are two include paths you will have to add to get your projects  compile:

 

C:\Users\Public\Documents\Autodesk\Inventor 2017\SDK\DeveloperTools\Include

C:\Program Files\Autodesk\Inventor 2017\Bin\Bin32

 

Else you'll get a C1083 "cannot open include file" problem. Of course you may be using a different version of Inventor and the patha on your computer may be slightly different.

 

InventorUtils.h is usually placed in the stdafx.h file for your project. You add the paths in the dialog shown below. (The string is very lng so the dialog does not show it, but basically you tack the two directories above onto the end of whatever is already there in the Include Directories edit box, separated by semicolons.)

 

Include-Files-For-Autodesk-Inventor-Programming

 

 

For 2015:

 

2015-includes

 

 

Text, images and diagrams © 2021 Owen F. Ransen. All rights reserved. (But copy the source code as much as you want!)