I am really new to programming for C ++, and I was given the task to choose, the previous employee stopped on programming a Windows mobile device. I had an emulator working the other week, and now when I download the program, I get a fatal error RC1015: I can not open the include file "xxxx.h". I tried almost everything that I saw on the Internet, without any luck. I think one of my included statements is missing, but every time I put in it something else works. Please any help would be greatly appreciated.
Unfortunately, this is what the .rc file says.
// Microsoft Visual C++ generated resource script. // #include "resourceppc.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.h" #include "ConnectLoginDlgsRes.h" #include "AboutDlgRes.h" /////////////////////////////////////////////////////////////////////////////
The problem is the line #include "ConnectLoginDlgsRes.h". The header file is in the shared folder if it is added that it is being split somewhere else.
Any ideas? As I said, someone started this, and I realized what it is.
source share