built in make doesn't recognize change in include files
Posted: Sat Nov 04, 2023 9:40 pm
I have a fairly large c++ project with many src and include files (some of them referenced in nearly all src files AND/OR include files).
When I make a change in a src file, the specific file is properly recompiled. When I make a change in any of the .h files, nothing happens and the build window says "all current". In this case I either have to change a src file or - worse - rebuild the whole project.
Is there anything I'm doing wrong?