Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I modify Visual Studio 2015 predefined macros?

I'm trying to modify a predefined environment macros in Visual Studio 2015. Specifically this: VC_IncludePath

I can see it and its value, but I can not modify it. I don't see the option to do it.

Enter image description here

like image 796
ErnestM Avatar asked Nov 27 '22 15:11

ErnestM


2 Answers

You can edit this file:

C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.Cpp.Common.props

like image 177
Alexey Ivanov Avatar answered Dec 09 '22 15:12

Alexey Ivanov


The value of this macro is automatically generated from the versions you have set in the property pages. Select Project, Properties, Configuration Properties, General and check that the Target Platform Version and Platform Toolset are correct for your installation.

like image 39
user14714560 Avatar answered Dec 09 '22 14:12

user14714560