I have a project that contains two forms, Form1.h and Form2.h.
The .cpp files of each is test.cpp and Form2.cpp.
I want to open the second form from the first th
Have you included Form1.h in test.cpp?