I dont know what your particular situation is, but sometimes people write programs with multiple source files and only #include the header files in one or a few of the source files. Now you update a source file that has a reference to one of the functions in that header file and Build, it doesnt read the header file because none of the files that contain the #include for that header file are being recompiled.<br>
<br>