Well, that it is not a c++ project (you have not created c++ files) should make things easier in this case.
What I meant was, Visual Studio can show you step by step what is going on in both your project and the engine before it crashes, if you use its debugging tools.
To do so, you can “Attach” Visual Studio to the engine while it is running.