// stdafx.cpp : source file that includes just the standard includes // contacts.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h" #include "Contact.h" #include "Person.h" vector contact_item; string errorMsg;