I have migrated a VS2008 solution to VS2013. My solution contains VC++ projets. I have set the tools platform to v120_xp for each project My solution compile on my computer and compile on my builds server in VS2013 My builds server is a Windows2008 R2 with VS2008, VS2010 and VS2013 and a build controler of TeamFoundationServer 2010.
When i launch the build with the build controller, the build fails with :
The imported project "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Default.props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.
In the V110 directory this file doesn't exist but it exist in the V120 directory. I have checked the registry : HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersion\12.0 the VCTargetPath are corrects
Have you an idea to help me?