I've been in compiler "hell" for a few days now. I thought that with the help of my new AI buddies (ChatGPT, Claude and Google AI), I could try to write a plugin for OBS Studio. My previous approach of external control (via Companion) was good but not reliable enough so I thought that I would try an internal approach. I'm just trying to establish a baseline build and I have successfully achieved that for the base program. As I try to add in the framework for my new plugin just so that I can get started, I have done everything my AI buddies have suggested but it is still not properly adding my plugin to the build. I am a retired video engineer with a lot of experience and trying to venture into somewhat unknown territory and will appreciate all the help that you have the time to spare. My project is located at https://github.com/larvenz/vidbot. I have a feeling that I need to "touch" some other file or give my plugin more substance in order to compile. Currently, my plugin is recognized in the build/plugins directory but the message during compile does not show it as an enabled module. AI and myself are at a temporary dead end.