私は Unreal を初めて使用し、Unreal でこのプロジェクトを持っています。string.h、stdlib などの標準ヘッダー ファイルを含むいくつかの新しい cpp ファイルを追加しました。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
プロジェクトのプロパティの下にディレクトリを含めるパスを追加しようとしましたが、使用しませんでした。誰か助けてくれませんか?