I get the following error message when I try to open my project.
Do you use c++ if yes you might have this problem that you wrote a line of code in a constructor that the compiler does not like it to be there(For my case I used a “Super::Constructor” which lead to crashes in the compiler) to solve this issue you need to download the debug symbols. Then see which line of code is causing the crash ,delete it then make your solution on Developer editor build then it should work.