I've installed MFC extension for VS 2019 version 16.7 on Windows x64 operating system using the following extensions:
- desktop application development with c++
- C++ v14.26 MFC for v142 build tools (x86 & x64)
- C++ v14.26 MFC for v142 build tools with Spectre Mitigations (x86 & x64)
- C++ ATL for the v142 build tools
- ATL and MFC for the v141 build tools
But when I open a new MFC project, and try to build it, even before editing, I get the following error:
MSB804: Severity Code Description Project File Line Suppression State Error MSB8041 MFC libraries are required for this project. Install them from the Visual Studio installer (Individual Components tab) for any toolsets and architectures being used. MFCApplication1 C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets 451
I don't know what libraries can be missing at this point, I thought I've installed every possible extension. perhaps someone has an idea what did I do wrong or what library am I missing?
Thank you very much.