Using Visual Studio 2012 RC, I ran the Wizard to generate a VSPackage for C++ / ATL.
Without changing anything, I compiled. I got some warnings and errors. So, I am wondering what to do to satisfy the compiler errors so I can start adding my own code.
I am focusing on this error:
Error 1 error RC1015: cannot open include file 'afxres.h'.
.\tism_vs\tism_vsUi\tism_vsUI.rc
At the top of tism_vsUI.rc, there is a comment
// Microsoft Visual C++ generated resource script.
So, maybe I should not edit this file tism_vsUI.rc.
Maybe if I can satisfy this error, the other errors and warnings will go away.
Any advice on what I might do to satisfy this error? Where can I get a file afxres.h and where to I put it?
Ron Lewis at Indinfer, Baltimore, Maryland United States