In my C++ project, Test.wcxproj
, I have the following configurations defined:
In my case, my build definition was configured to build my .sln
file instead of my .proj
file. I remember configuring it to build the MSBuild project, but somehow it seems to have reverted to the Solution.
Anyway, I found two solutions to the problem:
.proj
file (where the tools version is indeed set to 12.0
).