VisualStudio is doesn’t default support “MultiByteCode” so. When you compile MBCS ( Multi-Byte Character Set ) Project
look like below error message.
==================================================================================
error MSB8031: Building an MFC project for a non-Unicode character set is deprecated. You must change the project property to Unicode or download an additional library. See http://go.microsoft.com/fwlink/p/?LinkId=286820 for more information. C:Program Files (x86)MSBuildMicrosoft.Cppv4.0V120Microsoft.CppBuild.targets 369 5 IOKF_Client
==================================================================================
you’re have two choice.
one, is project setting to Unicode. other one, download MBCS extra dll below link.
http://www.microsoft.com/ko-kr/download/details.aspx?id=40770