|
From: Piter D. <pit...@pi...> - 2010-11-03 22:39:44
|
Dominick, >> But this feature has been deprecated in VC++ 10, and instead user property sheets are supposed to be used, but I don't see how to do this so that it applies to all projects in a solution (globally). I found several links about, like http://efreedom.com/Question/1-2629421/Use-Boost-Visual-Studio-2010 and http://blogs.msdn.com/b/vsproject/archive/2009/07/07/vc-directories.aspx. However, I didn't find anything like Microsoft.Cpp.<Platform>.user or Microsoft.Cpp.Win32.user in VC++ Express 2010 so I opened C:\Users\<your login>\AppData\Local\Microsoft\MSBuild\v4.0\Microsoft.Cpp.Win32.user.props and add the below I appreciate if someone sends a screenshot of such (Microsoft.Cpp.<Platform>.user or Microsoft.Cpp.Win32.user) options in the GUI once they are supposed to be the right way to setup includes globally. <PropertyGroup> <IncludePath>C:\Users\<your login>\Development\include\boost-1_44;$(IncludePath)</IncludePath> </PropertyGroup> Thanks a lot, _______________________ Piter Dias pit...@pi... |