<aside> 🎶 This is part of a ongoing series called Building A Music Engine

It documents the process of me smashing my head against the keyboard to build a game called LETSGO

It’s gotten long enough to break into several sections:

Pain: the True Development Environment

Every other time I open my Unreal project, I get the following error:

missing_modules.png

PAIN

If I click Yes I get:

no_compile.png

PAIN

When I successfully load into the project, and open Visual Studio, I see the following:

visual_studio_fail.png

The red lines mean PAIN*.*

I found I can get rid of the missing modules error if I delete the Source folder.