No Main Menu Bar on Windows

I have the IDE on OSX, and my Main Menu Bar works fine (File, Edit, etc.), but on the Windows build, it’s not even there. Am I missing something simple?

Make sure there is a value specified for the Menu Bar property in the Inspector for the Windows in your project. OS X will use what is specified on App, but Windows does not.

Thanks - it was, in fact, set to “none.” I’ll be able to test it later, but that’s probably the problem. Will post back if it’s not!