I am migrating some programs from an ancient version of Visual Studio to Visual Studio Community Version 2013. A few of my projects use MFC. I am unable to convert these; the immediate problem being the lack of include files such as...
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxdisp.h> // MFC Automation classes
#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
I understand that MFC is not supported in the Express version of VS but I am running the Community version.
Is MFC supported in the Community Version of VS and if so where do I get these include files?