Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error when creating MFC wizard app with MS VisualC++ .NET

Status
Not open for further replies.

rsasalm

Programmer
Joined
Jun 19, 2002
Messages
1
Location
SE
Hi all,

I have MS Visual C++ .NET standard installed on my PC.
I created a MFC dialog-based application with the help of wizard.
During compliation I get the following error:

error:C2065: 'ID_FILE_EXIT': undeclared identifier c:\Program\...\afxmsg_.h

error:C2065: 'ID_STUFF_GO': undeclared identifier c:\Program\...\afxmsg_.h

error:C2065: 'hIcon': undeclared identifier c:\Program\...\afxmsg_.h

error:C2065: 'hIconSm': undeclared identifier c:\Program\...\afxmsg_.h

Why I get these errors, have I missed some path info?
Any kind of help in this regard

regards
/rsasalm
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top