Query in header file
-
Hi, Whenever I used #include I am getting an error as "Cannot open include file: No such file or directory " Do I need to change anything to include this file. Thanks in advance:)
-
Hi, Whenever I used #include I am getting an error as "Cannot open include file: No such file or directory " Do I need to change anything to include this file. Thanks in advance:)
in #include
-
Hi, Whenever I used #include I am getting an error as "Cannot open include file: No such file or directory " Do I need to change anything to include this file. Thanks in advance:)
maybe your file is in another location and you dont know or you dont have include file_**
**_
whitesky
-
in #include
#include
-
#include
i include this file and not problem maybe you dont have this file that is for themes of course i use vs2005 now_**
**_
whitesky
-
Hi, Whenever I used #include I am getting an error as "Cannot open include file: No such file or directory " Do I need to change anything to include this file. Thanks in advance:)
Assure that the .h file is with you , and if you use < > it searches the standard library directories. If you use "", it searches the local director. If you are not sure what to do, do this, copy the .h file to the local folder where you keep the other .cpp .h files of your project. Now use #include"sdf.h" here it can never say "cannot find the file " again.
--[V]-- [My Current Status]