diff --git a/IDE/src/IDEApp.bf b/IDE/src/IDEApp.bf index 366c8974..a6fa7286 100644 --- a/IDE/src/IDEApp.bf +++ b/IDE/src/IDEApp.bf @@ -7815,6 +7815,12 @@ namespace IDE if ((bfCompiler == null) || (bfCompiler.mIsResolveOnly)) { projectSource.HasChangedSinceLastCompile = true; + + if (bfCompiler != null) + { + // Process change in resolve compiler + bfCompiler.QueueProjectSource(projectSource); + } } else // Actual build {