Simple Microsoft Foundation Classes (MFC) application example without using the built-in AppWizard and ClassWizard.
- Create empty Win32/MFC project
- Configure the project to use static/dynamic MFC in Project Properties -> Additional
- Add additional
includedirectory in Project Properties -> C/C++ -> General - Switch from Console subsystem to Windows.
The template supports Microsoft Visual C++ 2019-2026, but despite this, it is backward compatible with Visual C++ 2.0 with MFC 2.0 from 1994.