I have a problem with accessing a function from a class with the class object in my main function. I am just trying to make the object for the class and use that ob
Do you have a typo in your .h? I once came across this error when i had the method properly called in my main, but with a typo in the .h/.cpp (a "g" vs a "q" in the method name, which made it kinda difficult to spot).
It falls under the "copy/paste error" category.