wrote just a template out for a robot we're programming at school. I pressed build on code blocks and got the error "WPILib.h" I moved the program to eclipse to see if the problem would be resolved, still same error. I'm thinking it's probably the complier, Is there any complier that I can use to support this?
Did you specify the right include path for WPILib.h? You should specify this at Project->Build Options->Search Directories->Compiler. If you don't specify where to look, the compiler won't find it.
finally found my problem. Whenever I was supposed to start a program I was supposed to hit file, new, project, then c++ Robot. I was making a Console Application thinking it would work the same.