Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

cannot open include file:

#include "..includexyz.h"
//Either move the xyz.h file somewhere else so the preprocessor can find it, or else change the #include statement so the preprocessor finds it where it already is
//<some folder>xyz.h
//<some folder>codexyz.cxx

 
PREVIOUS NEXT
Tagged: #open #include
ADD COMMENT
Topic
Name
1+1 =