Every time I attempt to start debugging a program in VS2012, I get the following error box
(Grr. Can't paste a picture here! I'll have to try to describe.)
Error Box Title: "Microsoft Visual Studio"
Error Box Text: "Unable to start debugging. Check your debugger settings by opening project properties and navigating to 'Configuration Properties-->Debugging'"
I can't see anything wrong in the Debugging properties. The $(TargetPath) has "xxx\..\Debug\" as part of the string, but that's OK, isn't it? One other clue is that the $(DebuggerFlavor) = LocalWindowsDebuggerIntel. Is this an Intel problem?
This solution debugs as expected in VS2010.




