Having Trouble Adding C++ Functionality

I don’t know the details of your C++ classes, but it could be that you’ve added functionality and references for modules that are missing from your C# build file? .Build.cs. Maybe you need to add in the modules to the PublicDependencyModuleNames list?