cant load my project

Hi everyone,
i have an serious issue. yesterday the editor closed itself while i was writing in visualstudio.
now i cant load the hole project anymore. it loads until 70% and then it quits without an message.
but i can still open other projects. can somebody explain what is wrong and give me a hand?
thanks

you might have a corrupted class, can you remove the file you were working on from the project and try to open it again?
If it’s not the file then, it is probably another file, create a new project, and start porting your files one after the other until you find the one that is causing the issue.

Hey -

Did the editor close after you compiled what you were working on? If so it’s likely that the code changes made caused the editor to enter a situation where it was looking for intformation that wasn’t set or didn’t exist yet. Can you try reverting the code changes you made and see if the project opens again? If not, are you able to run the project in debug mode through Visual Studios? You can do this by pressing the hotkey (F5 by default) or going to Debug->Start Debugging.

Maybe try to compile from the command line, I dont remember the command thought… so.

In other case, try to open it in visual studio and see if you can launch the editor from there ;).

first thanks for the quick answers.
i started vstudio in debug mode and get this:
0x00007FFC4FBFAA6F (UE4Editor-Engine.dll) in UE4Editor.exe: 0xC0000005: Zugriffsverletzung beim Lesen an Position 0x00000000000000B0.

but i didnt change something on my code before the editor gets broke.

i will try to remove a few classes to see if there my issue

That error is showing an access violation. It appears you are trying to call something that isn’t available. If you can provide a copy of the project I can investigate further.

what is the file you need the .sln the uprojecz or every cpp file out of the src folder?

If you’re unable to copy the full project directory then the source folder and .sln should at least help me see what your code is doing.

DropboxLink

Hey peters30kmh-

The link you provided returns a 404 error. Do you still have the project available?