Before anyone calls me out for not looking at pre-existing questions, I have looked and realise that it is to do with declaration, but I still can\'t get it to work (might be so
You have to define them in the .cpp file:
.cpp
vector Manager::flights; vector Manager::airports;