How to install MFC on VS 2019

Elinor Ginzburg 106 Reputation points
2020-08-20T06:19:44.44+00:00

Hello,

I've installed MFC extension for VS 2019 version 16.7 on Windows x64 operating system as follows:

18996-mfc.jpg

But when I open a new MFC project, before I start editing it, there are many undefined identifiers and two errors of "cannot open source" type of "afxwinappex.h"
and "afxdialogex.h" headers. I guess I'm missing something important, but I don't know what else to download from VS installer. I'd appreciate it if you could list all the extensions need or refer me to a page where they're mentioned.

Thank you very much.

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,764 questions
{count} vote

Accepted answer
  1. Elinor Ginzburg 106 Reputation points
    2020-08-20T06:58:37.857+00:00

    problem solved by additionally installing ATL and MFC for the v141 build tools

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.