Engine crashing when I open a certain folder

I’ve never had a problem like this before, but whenever I try to open my blueprint folder the engine crashes. And the blueprint folder is the only folder that does that, all of the other ones open just fine.

What should I do?

Engine:

Visual Studio error message:

This is mostly likely caused by a corrupt blueprint in that folder. Could I see the actual engine crash report, and I might be able to help more.

From the report you might be able to find the blueprint causing the issue. You could use an auto save backup of that blueprint to replace it and that MIGHT work. Or your best bet is to roll back your changes to as time this didn’t happen, as you should be using version control like Git. If your not, then this is a good lesson on why you should be. (It’s a tough lesson, I have had this happen to me when I first started and lost a lot of work, then I learned about version control and never looked back.)

Thanks for the help! (the crash report didn’t have anything useful in it, but I ended up finding the corrupt blueprint)

No problem. Glad you got it fixed!