so I have this code:
#include \"stdafx.h\" #include #include #include using namespace std;
...<
Add this line top of the header
#pragma warning(disable : 4996)