Unreal Engine Editor Crashed How can I resolve?

the other project is not lost - but can be fiddely to find the (most of the time) ONE asset which brings your Editor to crash. check the logs in the “Saved\Logs” subfolder of your project if it says something meaningful or upload your log here.

if not, I would suggest following steps:

  1. duplicate your project folder as a backup
  2. delete saved, intermediate, build folders (mostly all except Config/Content/Source/)
  3. try to load your project - if it works good :wink: if not continue
  4. open your .uproject file and remove the plugins and modules you may have setup, check if it loads, if not
  5. go to content folder, search for all files in (sub-)folders, eg: in windows explorer search bar enter a dot (".") which will give you all files
  6. order by modified date and start deleting the ones, recently modified (remember - step 1 :slight_smile: )
  7. try to load your project
  8. if it doesn’t work, goto step 6