Compilation Error: 'android/ native_window.h' Not Found

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:

  1. 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.

1 Like

Hi! Have you found any solution? I’m having the same issue now after copying the project from one folder to another