ERROR C2039: ‘vector’: is not a member of ‘std’

Include <vector> in your Hero.h header and consider removing it from your Hero.cpp file as mentioned in the comments below.

Leave a Comment