So, I'm starting out my first project in VS2010, and I see that I can drag and drop files into the project tree, lovely. However, this doesn't resolve missing includes? I'm assuming it's not good form to put all the header files in the same folder as the source code files. Yes, I know there's such a thing as an include environment variable, but surely I'm not expected to store all the headers for every project I ever do in there, until the end of time?
Clearly I'm misunderstanding something. Please be gentle, new to C++ as well.