📜  无法打开包含文件:- C++ 代码示例

📅  最后修改于: 2022-03-11 14:44:45.983000             🧑  作者: Mango

代码示例1
#include "..\include\xyz.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
//\xyz.h
//\code\xyz.cxx