Yes, there's no indication of any kind of problem ... except that the generated app won't start in the IDE by some reason.
So let's take this besides, but i found it remarkable enough to report it here, for the case there might be similar findings by others.
To be correct, it does start, it just exits before doing anything noticeable.
That means the problem may be in the App. Or it could be in a library that is loaded, and does not like to be inside a debugger, and forces the app to quit.
Check the event log (view > debug windows). Make sure to go to its options, and enable all the different events that can be reported.
1) Is there an exit code (other than 0), when the app exits?
2) Is there anything special about the last library loaded?