So I have this project I've been working on and all files there within work fine, but when I try to build it gives me an error saying that every method has been declared multiple times. I would post some source, but It would be quite lengthy. Has anyone every had this happen to them.
Ok so here's what I did. I consolidated several header files into one called "Header.h." Then all my class definitions I put together in one file called "Classes.cpp." It may be relevant to mention that in my program "main.cpp" I did not included classes.cpp only header.h. Should I change that? Anyway now when I compile I get a error that says "undefined reference to class::method()." Any Ideas?