I have all MFC stuff installed foe my VS-2019 Porfessional.
I miss the Add New Item "MFC Class From Tyspelib" used in former version to create a simple IDispatch wrapper.
I checked everything and I installed the same stuff like in VS-2017. I see this in my VS-2017 version.
What did I miss?
Many Wizards, including that, have been removed from the VS2019.
The release notes say:
These changes start from VS2017 ver 15.3.
The change began with this edition, but no consistent behavior was completed.
Add ATL Simple Object in Visual Studio 2017
If you can do what you want with VS2017's latest version 15.9.13, you should work there and port to VS2019.
Furthermore, some work is impossible in 15.9.13. In that case, you need to work with older versions in the following way and port to VS2019
If this is not possible, you will need to do something manually that Wizard did automatically.