If you're talking about creating Windows Forms in C++, you can see :
Create C++ Windows Forms application in Visual Studio 2017
(it works with VS 2019, not tested with 2022)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have been looking for tutorials on how to reference a form in C++. Fortunately, I have downloaded Visual Studio 2022 current version.
Where would I go for tutorials in how to reference a form in C++ by using the Windows header file?
If it is possible in this Visual Studio 2022 version, then can you provide me some steps?
If you're talking about creating Windows Forms in C++, you can see :
Create C++ Windows Forms application in Visual Studio 2017
(it works with VS 2019, not tested with 2022)