I’ve done many of my own little libraries in the same way previously but for some reason this isn’t working. I’ve seen the problem before when I started to turn my code into easily consumable libraries by using extern in the header and not in the cpp but this still isn’t working, any ideas?
You didn’t define a constructor for the class?
The error message is half-cut off on the right, I can’t fully read it. Demangle the function name with https://demangler.com/ and it will tell you what function is missing.
I knew I was doing something wrong! It was missing the constructor, thank so much!
Demangler did show the issue, I’d never heard of it before but it’ll be my go to from now on
Thanks again