Topic: BUILD fails when a source file is missing which ought to be missing
When I have source file tabs open in the main editing window, that have not been added to the current project and are not part of it, but are open only for me to read, I am finding that BUILDing the current project is failing with errors like this, where the module said not to exist is in the source file that I have open in a viewing tab:
Error: (modules64\titles.mod) does not exist and cannot be made from existing files
Error: Make execution terminated
This is in fact occurring when the non-project source files are parts of the source code for a library project which, having been built previously, is being called by the project. I don't know whether it would happen with a source file that has no connection with the project.
This is not a problem, but I just wonder whether it was intended, because it seems slightly wrong.
---
John