Re: Why can't I compile ANTLR generate CPP file in VC++ that support MFC
Posted By:
Ciprian_Miclaus
Posted On:
Friday, June 1, 2001 10:32 AM
Hello!
That's not ANTLR's fault at all. Just go to Project Settings, c/c++ tab, Project Option textbox and remove the option /Yu"stdafx.h"
It'll work afterwards.
Cheers,
Ciprian Miclaus.