Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

cannot open include file unreal

// Did you create a subfolder when creating a new C++ class?
// 	  If so, your new class's .cpp file is likely in the same folder
//    as its header but with the include statement:

#include "subfolder/newclass.h"

// Remove 'subfolder/' and it should work.
 
PREVIOUS NEXT
Tagged: #open #include #file #unreal
ADD COMMENT
Topic
Name
5+7 =