I'm trying to set up a project with freeglut and openGL for an assignment, and I haven't touched c++ in a while, so I'm about to blow my brains across my screens trying to configure dependencies, and figure out which set of conflicting instructions to follow, etc.
Is there some kind of pre-built template project I can just download, open a .sln file and have everything work? With the proper dll's referenced in project settings, and headers included, and whatever else? Just some kind of a baseline so I can actually get to coding, rather than dealing with this garbage?
I feel like it must exist. Please let it exist.