Hello, I am having some serious difficulty trying to create a class in a header file. I have found that when using the #ifndef I will recieve an error message stating "unknown type name 'class'", however if I use #ifdef it will compile with no problem but has linking problems with main.cpp. I am using Dev C, and I was just wondering if anyone else has encountered this before and what they did to resolve it.
Thank you