hello, i try to compile an old project using VS express 2010 and i get the error:
1>terrain2.rc(10): fatal error RC1015: cannot open include file 'afxres.h'. from this code
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"
i have installed windows SDK already, but without any success.
thanks!