Project Wont Open

Every time i try and open my project it crashes before opening. Any Suggestions on what I should do? I need to hand it in next week and I cant start again. I have made a clone on a separate drive but still doesn’t work so o think it is something in the project.

Also, I have tried opening other projects and they work.

Would really appreciate someones help!

Did you have update your graphics driver recently?

No, could that be the problem?

Hey, Go to your project directory and delete the following folders:

  • Binaries
  • Build

Build

Also, if there are any c++ classes that you have deleted from the Source directory, it may still have a reference to an invalid file in the visual studio solution, if so just open the visual studio solution and remove these files from the solution explorer.

Once you have done this, open up the .uproject and it will ask to rebuild binaries, just accept and it will rebuild the project.

I am of course assuming you are on windows and have used C++ classes.