You can produce a CGame .dll using provided solutions so you can now make your game using actual C++ code. No need to re-compile the engine/ide, you just provide the dll as described and you can then add your own actors and components.
The biggest be...