Unreal Engine error with Live Coding: unexpected executable in compile action

Hi, I’m learning the Unreal 5 and I am having an error during live coding after updating Unreal Engine to 5.0.1

  Module D:\Unreal Projects\Crypt Raider\CryptRaider\Binaries\Win64\UnrealEditor-CryptRaider-7870.dll is not currently enabled for Live Coding
  ERROR: Unable to patch action graph - unexpected executable in compile action (C:\Program Files (x86)\Windows Kits\10\bin\10.0.18362.0\x64\rc.exe)
2 Likes

Try compiling your project with Visual Studio, or whatever IDE you use, while the UE editor is closed and then, you should be able to use live coding.

In UE5, disable Live Coding and close the UE Editor, then compile your project with Visual Studio

You can find the settings for Live Coding in Editor Preferences > General > Live Coding. uncheck the Enable Live Coding

This is Temporary solution!!!