I've recently upgraded to Visual Studio 2015 and trying to get some 2013 projects to build. According to MSDN documentation, the MBCS library is built into VS2015 as long as MFC and VC++ are installed. My projects' Platform Toolset is set to v120 (Visual Studio 2013) as it has not been uplifted to v140.
I'm receiving MSB8031 - 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.
I've tried reinstalling VS2015 a couple times, even including every single option in the install screen with no luck. The 2013 MBCS library installer does not run since I do not have VS2013 installed. Is there something I'm missing for VS2015 to build 2013 projects relying on the MBCS library?