Advertisement

Can't Run Any of the lessons

Started by May 30, 2003 10:09 AM
0 comments, last by Bucci 21 years, 9 months ago
I am getting errors when compiling any of the lessons that I downloaded from NeHe. I have made sure that it is running in a win32 app, and I have put in all of the appropriate .lib''s, but i still get this error: c:\program files\microsoft visual studio\myprojects\new opengl\new opengl.cpp(405) : fatal error C1010: unexpected end of file while looking for precompiled header directive Error executing cl.exe. New OpenGL.exe - 1 error(s), 0 warning(s) Can anyone please help me to figure this out?
At the very top of "new opengl.cpp", put:

#include "stdafx.h"
Brianmiserere nostri Domine miserere nostri

This topic is closed to new replies.

Advertisement