Hi,
as described in the freeglut readme I copied the include and lib folders to CommonFiles->MSVC. Now every time I create a project I have to define additional dependencies for compiler and linker. Btw, the readme doesn't say anything about the fact that you have also to set the linker to not icncremental. I also have to add other header files to every new project.
This is annoying because as a beginner I am creating new projects all the time. So how to setup a template for a project? I am using Microsoft Visual C++ 2010 Express. My projects are created as empty Win32-Console applications.
Greets
EDIT: This whole OpenGL thing also takes a number of predefined methods (RenderScene(),Reshape()...). Maybe one could add them to such a template too.