Since I upgraded to UE 5 I keep getting this error
Error Unable to build while Live Coding is active. Exit the editor and game, or press Ctrl+Alt+F11 if iterating on code in the editor or game
Any solution ?
Since I upgraded to UE 5 I keep getting this error
Error Unable to build while Live Coding is active. Exit the editor and game, or press Ctrl+Alt+F11 if iterating on code in the editor or game
Any solution ?
Live coding is enabled on EU5 by default. This feature requires building from Unreal instead of from the IDE.
To initiate a build with live coding enabled, press CTRL+ALT+F11
.
I ran into this issue as well while trying to build from Visual Studio Code by selecting run build task from the Terminal menu while having UE 5 Editor running. The solution for me was as simple as following the error suggestion.