Hi,
I am trying to create multiple forms in vc++ Windows form application.
i have created two forms and i want to navigate from form1 to form2 and also form form2 to form1.
so i have included form1.h in form2.h
and form2.h in form1.h
i am getting compile time error:
1. undeclared idetified Form1
2. undeclared idetified Form2