When i include few header files like #include “afxwin.h” and #include “afxext.h” in Dev C++, its showing me file not found. Can anyone help me?
When i include few header files like #include afxwin.h and #include afxext.h in Dev
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I was having the same problem and this worked for me
In filename.cpp, I put: #include “full path to filename.h”
When using the file, I had put: #include “full path to filename.h” and #include “full path to filename.cpp”