Impossible d'ouvrir Inclure le fichier 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.
Slush