I am working on a Win32 project in Visual Studio 2010. it is generating an MFC error, the error is given below
error C1189: #error : Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version. Please #define _AFXDLL or do not use /MD[d]
IntelliSense: #error directive: WINDOWS.H already included. MFC apps must not #include
My Question is why WIN32 project is generating MFC error, and how should i remove this error, kindly guide me