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. 위와 같은 오류는 멀티바이트 문자집합을 사용 할 시 멀티바이트문자집합용 MFC 라이브러리가 포함되어 있지 않기 때문에 발생한다.VS2013부터 멀티 바이트 문자집합용 MFC 라이브러리를 포함하고 있지 않으며 MS에서 제공하는 Visual Studio 2013용 멀티바이트 MFC..