Per Minxin Yu’s advice, I looked back and looked again more carefully at the installer dialog. I added these two items and installed again.
Added C++ Modules for v143 build tools (x64/x8…
C++/CLI support for v143 build tools (Late…
Now the options have been restored and there is a template named “MFC App”
Create a project with that template. It quickly opens a dialog titled “MFC Application” In there is “Application type” drop down. Within there are the options:
Single Document
Multiple Documents
Dialog based
Multiple top-level documents
I did some searches but do not find a clear delineation between those that use the word document and those that use dialog.
To expand on this, and to answer another questions posed to me in this thread, here is the goal. There is to be a dialog that contains a number and a few lines of text describing the number. Let’s say there are 3 lines associated with each number. Then I want a column of those number text combination that is scrollable.
Finally, there needs to be several of those dialogs. And another dialog to select which of those dialogs to be displayed.
In my head, the word “document” refers to something like a word document stored on my hard drive. I don’t need multiple documents of that definition. But, I suspect I don’t have the appropriate definition of “document” in my head.
Please explain the difference between “document” and “dialog” in this option box.
Side note: What used to be MSDN forums has changed and now is much more difficult to use. For example, when I make a post, I cannot see my post and I cannot edit any typos. I must wait some amount of time and refresh before my post becomes visible. This detracts enormously from the usefulness of this forum.