You don't need to scope the class when inside the class declaration. Just remove the Shopper:: that is inside the include file.
Also don't forget to add include guards to your header file. Also at present that header file shouldn't need any #includes. And it is considered a very bad practice to have that using statement in your header file.