How to fix: You do not have any debugging symbols required to display the callstack for this crash

My product version I think may be the 4.19 because that’s what I launch for my engine version… but I’ve seen this issue online a lot- and if anyone has any specifics on how to beat the system- well do let me know; this is what’s popping up after fortnite loads then exits

“You do not have any debugging symbols required to display the callstack for this crash.”

I think it is C++ compiler that wants and provides they symbols. rather than the unreal engine and so the exact setup depends on your Visual studio version but maybe have a look at this guide:-
https://msdn.microsoft.com/en-us/library/b8ttk8zy(v=vs.85).aspx

Unless I have got the wrong end of the stick.