[RESOLVED] Can't see "Additional Include Directories" option!
I'm trying to set up Visual Studio to use a game engine I just downloaded. Step 2 of the instructions is:
Quote:
Go to C/C++ -> General tab and add this to "Additional Include Directories" field: "..\Dependencies\Xerces\include;..\nGENE Framework;..\nGENE Proj;..\Dependencies\FastDelegate".
But I can't find the C/C++ tab! I google image searched and saw countless screen shots of where it should be, but just isn't.
This is what I get when I go Project->Properties.
http://users.tpg.com.au/adsl52u5/hosting/screenshot.jpg
It should be right there, where I've put the red mark!
Any idea what's going on?!
cheers,
metal
Re: Can't see "Additional Include Directories" option!
Your image shows the properties for a "dll" project. You need to apply that property to a project that contains source files.
Re: Can't see "Additional Include Directories" option!
I added an empty .cpp file and now it's all good.
Thanks very much!
cheers,
metal