I followed this installation video to install Dev C++ and freeglut for a class, and I did so precisely according to the instructions, but I'm getting a strange compilation error when I toss in some prewritten test code to try and figure it out.
The teacher speculates that it might have something to do with not having freeglut.h
but as this picture shows, it is indeed there. I need to have this working for class, if anyone can give me any advice that would be awesome.
UPDATE: I tried changing the header file at the suggested point, but that didn't help much... I checked the source header file and it looked like the below picture in Notepad. Perhaps it has to do with Dev C++?