Hello world with vc++ 2019 & mfc? Trying to make a project running + share experience

update: we have to rebuild panda3d as follow:
makepanda\makepanda.bat --everything --threads=4 --optimize=1 --windows-sdk=10 --msvc-version=14.2
Fix link workaround, but:
Unhandled exception at 0x00007FFA09DC3E49 in MFCPanda3d.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x0000008F52BFF4F0.
code: framework.set_window_title(“My Panda3D Window”);
Seems described here: Bad memory allocation (C++)
After in depth investigations: we went rid off debug stuff and debug in release mode as describeed here:
https://docs.microsoft.com/en-us/cpp/build/how-to-debug-a-release-build?view=vs-2019
Next steps: use MFC!!!