1// Tips for Getting Started: 2// 1. Use the Solution Explorer window to add/manage files 3// 2. Use the Team Explorer window to connect to source control 4// 3. Use the Output window to see build output and other messages 5// 4. Use the Error List window to view errors 6// 5. Go to Project > Add New Item to create new code files, or Project > Add Existing Item to add existing code files to the project 7// 6. In the future, to open this project again, go to File > Open > Project and select the .sln file 8 9#ifndef PCH_H 10#define PCH_H 11 12// TODO: add headers that you want to pre-compile here 13 14#endif //PCH_H 15 16