UE5で初期設定のままが、IDE(VisualStudioCode)ビルドタスクからビルドを実行すると
以下のようなエラーが発生する
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
上記エラーはライブコーディングの設定が有効のまま、IDEでビルドすると発生するようです
なので、IDEでビルドを実行したい場合は下記画像のように

ライブコーディング有効化のチェックを外す必要があります