Dev-C++ related: How to automatically include .h files

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?

thanks
Raman
You can go to Project Options > Files and uncheck 'include in compilation' for all header files. But usually this is already done by default.
Topic archived. No new replies allowed.