Why isn't the project including all the included header (.h) files in the project when the source files are specified?
When you are 'searching' for a definition and use the Look in "File in Project' option, it only searches the included.cpp files. One needs to add the .h files to the project explicitly, and well it begins compiling them as well, and there is no file level option to exempt it from compiling the .h files.
Are all these limitations, or just my misuse?