I\'ve installed Visual Studio 2012 Release Preview, and it appears to be fine, but now when I try to use Visual Studio 2010 to compile C++ projects, I get the following erro
+1 to user Short for an answer that worked for me!
I tried to do some debugging of this with msbuild /v:diag
, and I'm seeing that MSBuild is trying to embed a manifest in the executable, with
So the root problem seems to have something to do with that manifest file not being generated, or it being used when
An alternate solution seems to be to turn off the "Embed Manifest" option under Properties, Manifest Tool, Input and Output.