Stupid linker errors I've never gotten before

I know these types of questions are posted a dozen times a day on here, but this problem just surfaced. Looking at some of the past questions, it seems that alot of people get these errors. They are the famous unresolved errors glutCreateWindowWithExit and glutInitWithExit. The program was compiling and running a week ago, and I just started back working on it today–and bam i start getting these errors. To my knowledge I havent moved or changed anything in the folder I keep the program in. I’m using MSvisualstudio97. My glut.h file is included and in the same folder. My opengl32.lib, glu32.lib, and glut32.lib are in the same folder, and I am linking them in the settings window. This program was working just last week, so this is very frustrating and confusing. It is probably something stupid that I have done or am doing, but someone PLEASE help me!!

You sure you inserted them into your project?

recompile and it will work, but dont ask why …

Sigh, I am linking the !@#%$ files and I’ve recompiled after recompiling. I have no idea why it is doing this…