Wednesday 7 September 2011

How to edit Build system paths in Visual Studio 2008?

In C++ programming, sometimes your program can not find the header file that you include, which means the system paths of your program is not configured correctly. You might need to add them manually by the correct path of the needed header files.
Right click the project in Solution Explorer -> properties
-> C/C++ -> General
-> Select 'Additional include directives'
Here browse to the location of where you include files are, and edit them as you need.

No comments:

Post a Comment