The issue is probably that the XXEditor.target.cs for project doesn’t explicitly set variable to true so it implicitly set’s it to false which is different from what is set in UE4Editor.Target.cs. You should probably add bDebugBuildsActuallyUseDebugCRT = true to XXEditor.target.cs. Check UE4Editor.Target.cs for comparison.