peterworth
Programmer
why do i have to include stdafx.h in all my cpp files, even though the code for many of them is potentially platform independant? i get a unexpected end of file while looking for precompiled header error if i dont include it..