Calling a function/method from an empty C++ Class

This may sound dumb, I’m guessing you probably checked this first, but asking doesn’t hurt: did you make the method static? Meaning, if you really don’t want to create an object (though you may use a singleton architecture), did you specified your class’s methods as static?