Odd Error

Making a MFC Window w/ Opengl and my code generates an error:

c:\projects\ren\cwindow.cpp(14) : error C2143: syntax error : missing ‘;’ before ‘PCH creation point’
Error executing cl.exe.

I cant seem to find what the hell it is looking for if you need code the error happens right before the constructor:

////CWindow
//constructor and destructor
CWindow::CWindow(){
Create(NULL,“Ren”);
}

Thanx if you can help me!

  • Lurking