I am currently migrating several projects from Visual Studio 2010 to Visual Studio 2013. These projects use MBCS for the character set and build fine on my local machine as I have installed the MFC MBCS DLL Add-On.
The projects fail to build in Visual Studio 2013 on the build machines as the build machines do not have the MFC MBCS Add-On installed. Is it possible for the projects to build successfully on the build machine without installing the Add-On, but by including the dlls in the project additional include directories.
What is the install location of the MFC MBCS dlls?