There is a newer question that best affects the problem. How do I enable paths in Visual Studio?
There is a way to do this in new versions of VisualStudio
- only in the current project (as the question is asked here), and also
- for each new project by default
Secondly, what Steve Wilkinson explains explains that, in his opinion, is not what Microsoft recommended.
To say it the short cut here: do it, but do it in the User-Directory in
C: \ Users \ username \ AppData \ Local \ Microsoft \ MSBuild \ v4.0
in xml file
Microsoft.Cpp.Win32.user.props
and / or
Microsoft.Cpp.x64.user.props
and not in the C: \ program files directory - where it is assumed that an unmodified Microsoft Factory-File will be located.
Then you do it the way VisualStudio does it too, and everything is regular.
For more on how to do this, see my answer there .
Pablo el Puro Feb 24 '16 at 1:52 2016-02-24 01:52
source share