In Visual Studio 2012 (C++ environment), for a Win32 console application, I need to include a new header file to my project. I tried copying the files in the project\'s location
The easiest way to do this is:
In VS2012, just using '"' instead of '<>' around the header file in include also works.