VS2012 编译第三方库工程,输出区域显示乱码: 4>c1xx : fatal error C1083: Cannot open source file: '䀀∀䤀渀挀氀甀搀攀倀愀琀栀猀䘀漀爀䴀甀氀琀椀刀愀挀欀䌀漀爀攀䰀椀戀⸀琀砀琀∀': No such file or directory 解决方案: (https://stackoverflow.com/questions/12561861/c1xx-fatal-error-c1083-cannot-open-source-file-with-some-chinese-or-javanes) We had same issue when upgrading our solution from VS2005 to VS2012. Problem was inside vcxproj files. We had new line character in command line options. After removing it, our project compiled without any problem. changed this <AdditionalOptions>/MP4 /Zm200</AdditionalOptions>