In an unfortunate occurance...the Windows chkdsk program whacked off a piece of a my project file for my OpenGL project.

So I created a new project and put all my files into it, unfortunately, now when I try to compile, I get the following error:

Code:
l3ds.cpp
c:\csdtp\sdl project a\btech\l3ds.cpp(1972) : fatal error C1010: unexpected end of file while looking for precompiled header directive
main.cpp
c:\csdtp\sdl project a\btech\main.cpp(383) : fatal error C1010: unexpected end of file while looking for precompiled header directive
All of my .lib files are correctly linked, and I also tried making a completely new main.cpp and l3ds.cpp to see if it was just something wrong with those files, but that did not fix the error.

Any ideas?