I want to, for example, enable showing includes (\showIncludes
from C++ compiler Advanced configurations) for some project via MSbuild command line. Can I make it somehow without changing the project properties?
The following command line I tried doesn't work:
MSBuild.exe /p:Configuration=Debug /p:Platform=x64 /p:ShowIncludes=true "myproj.vcxproj" -t:Rebuild