#include CoreMinimalh#include GameFrameworkActorh#include RandomTarraingeneratedh#include ProceduralMeshComponenth提示错误:无法打开源文件ProceduralMeshComponenth
这个错误提示表明编译器无法找到名为 "ProceduralMeshComponent.h" 的源文件。可能是因为你没有将相关的头文件包含到你的代码中,或者你没有正确设置项目的包含路径。你可以尝试在你的代码中添加 #include "ProceduralMeshComponent.h" 来解决这个问题,或者检查一下项目设置,确保相关的头文件路径已经正确设置。
原文地址: https://www.cveoy.top/t/topic/bGKR 著作权归作者所有。请勿转载和采集!