BullCowGame GetMaxTries error, please help!

After creating the BCGame instance, it will Autofill if i try to type it in, but if i hit “.” after, it does not bring up the methods. (obvious noob, so if i’m not explaining well enough or in proper terminology, please let me know.) Thanks!
I apologize for so many screen shots.

https://www.screencast.com/t/KsdCVc3q - main.cpp
https://www.screencast.com/t/QYKDAx86fj9o - FBullCowGame.cpp
https://www.screencast.com/t/ixA2KDzVwGWW - FBullCowGame.h
https://www.screencast.com/t/JOuePjxnW - Error Report

Class methods are private by default. Add public: before Reset in your FBullCowGame.h file

1 Like

yes! thank you! I had that in there earlier, and i guess deleted it on accident. I was comparing code trying like crazy to find what i did. That was it, and it worked. Thanks again!!

Privacy & Terms