Keep window up if generating project files fails

When selecting the “Generate Visual Studio project files” option from the menu after right-clicking a uproject file the window automatically closes when it finishes. This is fine in the case where it succeeds but if there is an error then it gives you no chance to even read the error. Of course, it’s possible to run the build tool through the command line and which displays the errors as well but I have to do that so rarely I can never remember the exact command and I really shouldn’t have to since there’s a nice, built-in tool already.

+1 … Drives me nuts as well