MBCS Error building MFC C++ project with Visual Studio

后端 未结 3 881
遥遥无期
遥遥无期 2020-12-05 14:20

I opened my existing MFC project using Visual Studio and when I build I get the following error message:

Error 1 error MSB8031: Use of MBCS encoding in MFC p         


        
3条回答
  •  鱼传尺愫
    2020-12-05 14:54

    Instead of installing an add-on, you may consider changing the character set from MBCS to Unicode.

    This is done in the project properties as is depicted below. project properties

提交回复
热议问题