Hi,
It looks like you’ve installed incredibuild which looks like the cause of the error. The simplest solution is just to uninstall incredibuild using the visual studio installer.
The error goes off the screen but searching that error code (C1853) leads me to believe you recently updated Visual Studio or Unreal (probably the former as there was a recent update). You will need to do a rebuild with Unreal closed.
From VS Code do
Ctrl + Shift + B > ProjectNameEditor Platform Development Rebuild
Where ProjectName is the name of your project and Platform is the platform you’re targeting e.g. Win64
Close Unreal, delete the Binaries and Intermediate folders and then reopen the project, rebuilding when prompted.
Thanks for your helping
now, this is the message! when try to open the project!
You need to rebuild the game with Visual Studio. Open the solution right click the game and press build. Should be good to go then.
It’s work again
Thanks