Link to home
Start Free TrialLog in
Avatar of RichardL
RichardL

asked on

Visual C++ link options

How can an include path be added to a Visual C++ project (in project settings)?
ASKER CERTIFIED SOLUTION
Avatar of nietod
nietod

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Wyn
Wyn

No,you'd follow this:
1:Choose Tools menu.

2:Choose Options menu.

3:Choose Directories menu.

Regards
W.Yinan
Now that adds an include directory to ALL workspaces.  If you really need to add it to just one project, you can manually specify the include in the project settings by adding "/Ipath" where path is the directory path you want to use.  there is no "grahpical" way to add this path, you have to type it in the project settings.
Comment to test an EE problem.  ignore it.