I have a C++/CLI form, and a native class in separate files.
I include the header file of the native class at the top of the Form.h
This causes the compiler to try to compile the constructor of the Form as a native function and spits out 100+ errors and causes the compilation to halt.
Any ideas why?