I began the tutorial found here (http://www.arcsynthesis.org/gltut/).
I have followed all of the step in the Building the Tutorials page but when I try to compile the first tutorial project I get the
warning : The referenced project 'framework\framework.vcxproj' does not exist.
and the
error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup
This is one of my first steps out of console programming so I am sure I am missing something obvious.
I am building it on Visual Studios 2012 Ult on a Windows 8 machine.
I am sure I am missing the information you need for me to solve the problem so please let me know what exact information you need.