I am new to UE5, But recently I have run into a lot of problems that is stopping my progress, This one is with live coding, every time I try to do it it shows Unable to parse C:/Program Files/Epic Games/UE_5.0/Engine/Intermediate/LiveCoding.json. I tried Rebuilding the Project using Ctrl + Shift + B "ProjectName"Editor Development Rebuild using Visual Studio Code, And now when I was going to show the error message the window does not even pop up, please help, because I don’t want to have to keep restarting UE5 every time I change 1 line of code
when you created a class look at the header files,
#include "XY/YXX.h"
delete the xy part;
#include "YXX.h"
try this one.
I don’t have these header files
I have solved this issue by disabling Live Coding
Did you try Ctrl + Alt + F11, either with the Unreal Editor or VSCode Window focused?
It should trigger a rebuild of the live coding feature.
When you use the build function in VSCode it is NOT rebuilding the live coding feature of UE.
Yes its the same error message
can you please share the way how you did it… I am stuck at the same step for some time now… guidance would be helpful
yup tried that as well… It is running the live coding but it keeps showing “Unable to parse C:/Program Files/Epic Games/UE_5.0/Engine/Intermediate/LiveCoding.json”
I searched for json file its there and binaries folder of the game as well it modules are there as well but still there is some issue which i cannot figure.
Please let me know if you have any solution