Visual Studio2019安装MFC库?

Visual Studio 2019 install MFC library?

我在 Visual Studio 2019 继承了一个基于 Windows 的 C++ 代码,我正在尝试编译代码,但 VS 似乎无法在 MFC 库中找到头文件,例如“afxdialogex.h”。我在 Internet 上找不到任何关于如何安装 MFC 的资源,它似乎应该与 Visual Studio 一起提供。有什么想法吗?

免责声明:我的 Windows 经验为零,因为直到现在我都独家使用过 *nix 系统。

作为documented:

In Visual Studio 2017 and later, MFC and ATL are optional sub-components under the Desktop development with C++ workload in the Visual Studio Installer program. You can install ATL support without MFC, or combined MFC and ATL support (MFC depends on ATL). For more information about workloads and components, see Install Visual Studio.

choosing workloads (on the right-hand side), or choose individual components 时,您可以 select MFC。