Reputation: 4918
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 ?
Upvotes: 6
Views: 27792
Reputation: 61
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.
Upvotes: 6
Reputation: 4918
Maybe this is a solution, I choose DebugGame Editor
profile
For error live coding not enabled for project dll you can try deleting the Binaries, DerivedDataCache, and Intermediate folders.
Upvotes: 17
Reputation: 192
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
.
Upvotes: 9