我打開使用Visual Studio我現有的MFC項目,當我建立我收到以下錯誤信息:MBCS錯誤建築MFC C++和Visual Studio項目
Error 1 error MSB8031: Use of MBCS encoding in MFC projects require an additional library to be downloaded and installed. Please see http://go.microsoft.com/fwlink/?LinkId=286820 for more information. C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\v120\Microsoft.CppBuild.targets
這是怎麼回事?
當我安裝上面鏈接的MFC MBCS軟件包時,出現以下錯誤消息「本產品僅適用於MFC庫,它不存在於此計算機上」。我使用VS 2013 Premium Update 3. – tommyk
您的計算機上是否安裝了VS2013? –
與此同時,我解決了這個問題。原因是我在Visual Studio安裝過程中沒有安裝MFC核心庫,所以無法安裝MBCS MFC包,因爲它需要MFC核心庫。 – tommyk