I am trying to upgrade my projects' target framework version from 2.0 to 4.0, for that I have opened my project's solution into VS 2012. The other VB and C# projects are successfully upgraded, during upgrading VC++ project I got this message in "UpgradeLog.xml" file "MSBuild does not contain a value for the "VCTargetsPath" property"
Due to above error the VC++ project upgrade is failed, I don't know what that error means. Is this related with VC++ Redistributable?
Am I missing something here during upgrade process?
Any suggestions?