I brought all the correct files over into a new project, and it did not compile. It said:
c:\documents and settings\alex apostol\my documents\c and c++\print\calculator\divider.cpp(53) : fatal error C1010: unexpected end of file while looking for precompiled header directive
main.cpp
The bold part is the important part, the compiler already knows where my files are. I do not understand what they mean. I am very sorry for bugging the dev forum lately, but I am just having a hard time learning C/C++ (mostly due to compiler problems).