Maybe this is just a VS thing and doesn’t relate to Fortran but…
1) I edit a file that contains a module in Visual studio
2) I foolishly (optimistically?) click rebuild (rather than just compile that source).
3) VS being very clever identifies all the other files that will be out of data and initiates a build cascade.
4) The source file I changed aborts complication because of errors, whoops!
5) VS continues on in blissfully ignorance throwing a zillion errors on all the other sources files that were dependant.
6) I hunt for the abort button so I can go and fix the errors.
Is that something that can be changed in the Fortran integration or is it an MS thing?