The Visual Studio 2012 doesn’t have a UI to set the Target Framework in C++ Projects. Target Framework : 4.0 The online documentation does say to edit the .vcxproj project and change the TargetFrameworkVersion Tag. However, The C++ projects don’t have that tag by default. They just assume that the target framework is v4.0. Instead, you have to add the ......