I am new to Unreal and I have this project in Unreal. I added a couple of new cpp files which includes some standard header files like string.h, stdlib etc. Intellisense does not give an error but project just won't compile. This is the error
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
I even tried added paths to include directories under project properties but not use. Can somebody please help ?