我想在项目中添加多轮车辆的插件,于是建立了空白的插件C++文件,在VS中“添加“”新建项”,于是VS中有了我添加的项目,如下图
可是按下F5,提示2>f:\unreal projects\lab\vehicle\plugins\vehicleplugin\source\vehicleplugin\private\VehiclePluginPrivatePCH.h(6): fatal error C1083: 无法打开包括文件: “WheeledVehicleMovementComponent8W.h”: No such file or directory
于是我找到了实际文件夹,确实没有,如图
这是什么原因呢?我在编辑器中添加的文件跑哪去了呢?