> I have programmed in c and c++ for years but I am just introducing
> myself to the Windows API and MFC.
>
> I'm using Microsoft Visual C++, version 6.0
>
> I started on MFC with this tutorial
>
>
http://www.codersource.net/samples/mfc_tutorial_5.zip
>
> To make a long story short ... I edited a dialog box resource, saved
> it, then went through the class wizard to create a new class.
> Basically step by step through that web page. It generated
> NewDialog.cpp and NewDialog.h, but didn't generate stdafx.h or
> script3.h . (The resource is named script3).
>
> I googled on this, stdafx.h and the resource header file are
> apparently supposed to be generated by
> the class wizard, I wasn't able to find anybody else with the same
> problem, does anybody know what might be causing this (a project ...