Our team is migrating whole baseline from VS2008 to VS2012. There're over 400 C++ projects. There're 6 C++ project show wired error, such as :1>------ Rebuild All started: Project: SSLT, Configuration: Release Win32 ------1> stdafx.cpp1> ???1>c1xx : fatal error C1083: Cannot open source file: '???': No such file or directory1> ??????????????????????????????1>c1xx : fatal error C1083: Cannot open source file: '??????????????????????????????': No such file or directoryAll files which are the parameters of cl.exe seems in wrong encoding, and cl.exe can't find them.Firstly, i think it must be encode issues of .vcxproj, so i save as other encoding style. But still happens.Then i re-upgrade these projects with such issue, but always build error.I don't know what wrong with them in VS2012. These projects build no error in VS2008.And as i know from VS2010, project format changed a lot, so i can't find any clue.
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results