I'm trying to create a program that use 2 structures, 1 to hold user account credentials and another to hold user information as well as a vector of account credentials. For some reason I get this for line 6 "error C2065: 'Service' : undeclared identifier"
What's wrong with it? It was working fine in my other project,