Ok I am trying to compile a simple sample program in a book I am reading and I have loaded the workspace from the source directory that has all the workspace, source files, and resource files to compile it. However, I continue to have one error that it is it cannot include gl\glut.h that the file/directory doesn't exist.
However, the gl.h and glut.h files are there in the same directory, as well as I have added those .h files to the project.
the path that it specifies it is using to find the files is even correct. What would I be doing wrong?
However, the gl.h and glut.h files are there in the same directory, as well as I have added those .h files to the project.
the path that it specifies it is using to find the files is even correct. What would I be doing wrong?