【发布时间】:2015-04-16 12:38:55
【问题描述】:
我是 Unreal 的新手,我在 Unreal 中有这个项目。我添加了几个新的 cpp 文件,其中包括一些标准头文件,如 string.h、stdlib 等。Intellisense 不会给出错误,但项目不会编译。 这是错误
Error 1 error : The first include statement in source file 'C:\<path>\Source\RoboRev_Win\Parser\Parser.cpp' is trying to include the file 'iostream' as the precompiled header, but that file could not be located in any of the module's include search paths. C:\<path>\Intermediate\ProjectFiles\EXEC RoboRev_Win
我什至尝试添加路径以包含项目属性下的目录但不使用。有人可以帮忙吗?
【问题讨论】:
标签: unreal-engine4