Is there a place to set header and library path for ALL projects in VC2010 express? When i set them they seem to only apply to a single project (eg i have to set them everytime i start a new project).
+1
A:
I think you can set the env vars: INCLUDE and LIBPATH for this.
Not sure how to do it from the GUI - but from the control panel it is straightforward. I don't know if Visual Studio appends to that or just sets/overwrites it though.
Tim
2010-02-09 20:32:23
can you explain more? I set INCLUDE to `C:\dev\external\include;` in user environment variable and reopen one instance of visual studio and had no luck.
acidzombie24
2010-04-16 19:38:34
how are you setting it?
Tim
2010-04-16 19:44:50
Like this http://i41.tinypic.com/1zmkns0.jpg NOTE: There were no include/libpath variables before.
acidzombie24
2010-04-17 19:43:22
A:
Use property sheet files. *.vsprops Change default one for the platform you need. They are under Property Manager Tab, near Solution Explorer.
baltic
2010-06-06 11:43:20