add #include
Also remember that it must be:
#include “stdafx.h”
#include
and not the other way around
#include
#include “stdafx.h”
by James Palmer
add #include
Also remember that it must be:
#include “stdafx.h”
#include
and not the other way around
#include
#include “stdafx.h”