Hello Unreal Community,
I am currently facing an issue where my Unreal Engine project for Android fails to compile due to a missing header file error. The compiler cannot find the ‘android/native_window.h’ file.
Error Message:
C1083: Cannot open include file: 'android/native_window.h': No such file or directory
Attempts to Resolve:
- Checked the
ApplicationCore
module configuration as the header seems to be referenced there, and ensured my project’s build configuration includes this module.
The problem persists.