Setting up OpenGl with Code::Blocks

Hi! I’m trying to set up OpenGl with Code::Blocks. I linked to opengl32 and glu32 but the compiler still doesn’t recognize <GL/gl.h> and <GL/glu.h>.
What is the problem?

You have to add the “…\include” folder of GLUT in “Settings - Compiler - Search directories - Compiler”.