So I'm trying to create a program where I can create an account for whatever and set a password for it. I'm more or less of a newbie at coding in c++, so this is kind of a long shot and I doubt I'll be able to make this work, but hey, whateves. But the error I'm currently working with is this bit of code here. I have a class called Account and I'm trying to make an object for it, like so: Account AccountObj;
But the error I get is like so:
error: aggregate 'Account AccountObj' has incomplete type and cannot be defined