stdafx.h ??

i have a header which needs stdafx.h…

its not present in my standard c++ library… for what purpose it’s used and where should i search it for??

Hi Creative Mind,

That file is a pre-compiled header file used by the Visual C++ compiler.

You don’t have to search for it. This file is created by the Wizard once you create a new project in the IDE.

Try creating a new project then add to the project such header and it must work.