Worked for me, thanks a lot
If it doesnāt work by deleting only binaries, try to delete Intermediate folder too.
After that Iāve just reopened Visual Studio and everything was fine.
Thank a lot for your answer
Thanks a lot. It worked for me too!
Thanks a million!!!
Donāt tick it, and every thing is OK!
My fix when I check the version of my project still set to 5.4 then when I tried to change version to source build and clean up all files and folder it worked!
Binaries
DerivedDataCache
Intermediate
Saved
Generate Source files
Open SLN and Rebuild
Also Disable Live Coding
Adding this with UE 5.4:
DefaultBuildSettings = BuildSettingsVersion.V5;
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_4;
in both yourprojectEditor.Target.cs and yourproject.Target.cs
worked for me hope this helps
Adding this with UE 5.4:
DefaultBuildSettings = BuildSettingsVersion.V5; IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_4;
in both yourprojectEditor.Target.cs and yourproject.Target.cs
worked for mehope this helps
This fixed it for me. Thank you!
I canāt open UE editor
This solved my problem, thanks
For me, itās just a matter of waiting for the analysis code of VAssistX to be completed