All of my custom Debug logs are not allowing me to compile my code

Hello,

I’m pretty sure there is log category in a cpp.

DECLARE_LOG_CATEGORY_EXTERN(CategoryName, DefaultVerbosity, CompileTimeVerbosity);

So you should invert your declaration. From CPP to H and from H to CPP.