Confused about glew installation, please help

Hey all, I am trying to run a simple project I downloaded, http://www.lighthouse3d.com/opengl/glsl/index.php?minimal (link at bottom, “OpenGL 2.0 syntax”), and I am stuck when I try to compile.

It says, Error 1 fatal error C1083: Cannot open include file: ‘GL/glew.h’: No such file or directory c:\users\dv\desktop est\ogl3.cpp

I checked through google some installation directions, but they make no sense and I am using Visual Studio 2008. Can anybody help? This should be easy right? (BTW I did try commenting out that line and putting the glew.h file in my Headers folder).

http://www.fas.harvard.edu/~lib175/pages/visstudio.html

Yes, I got it, hoorah for google!