fatal error C1083: Cannot open include file: ‘GLES2/gl2.h’: No such file or directory
This is the error I get after trying to use QFileDialog.
Well I got some other QFileDialog unidentified errors first, but adding…
#include <QtGUI>
#include <QFileDialog>
…took care of them.
But now I have the above.
The file is present in this folder…
C:\Qt\Qt5.2.0\5.2.0\msvc2010\include\QtANGLE\GLES2
Which I have in my include directorie path, as well as just…
C:\Qt\Qt5.2.0\5.2.0\msvc2010\include\QtANGLE
The error comes from qopengl.h and is line 82…
# include <GLES2/gl2.h>
Any ideas on my mistake, and what I should try?
↧