I tried loading a small C++ MFC program, and then tried to compile it.I got several messages involving _WIN32_WINNT needing to be #defined to some value, despite having _WIN32_WINNT=0x0501 in the preprocessor constants in project properties. These were in afxv_w32.h, atlcore.h, and afxcomctl32.h.I also got a message that PSCROLLBARINFO was undefined in afxwin.h and afxwin4.inl, although it appears to be defined in winuser.h.Also CCM_SETWINDOWTHEME undeclared in afxcmn3.inl.
Version