Questions

Okay, my first (of many questions probably, which will come later), is this...

Usually, windows forms are declared AND defined in the header files. Because of that, typically the compiler will complain when including the header file because the class is already defined! So what should one do to use windows forms I'm using mixed C++...
I'm not used to this...