#Include not find file

hi,

I need to get setRequestedOrientation, but not possible to get file:
#include “Android/AndroidJNI.h”

This file exists, but in my .cpp file not possible to find.

How can I resolved?

make sure the include path in the cpp file to the .h file is the right path.

No, something is very broken in 4.25.4. Include intellisense autocompletion has stopped working in every single of my Unreal C++ projects. They’ve broken something again… :frowning: It only shows the 3rd party libraries and local project headers, but can’t find any engine headers, including engine modules.

#if PLATFORM_ANDROID || PLATFORM_IOS
#include “Android/AndroidJNI.h”
#include “Android/AndroidApplication.h”
#endif

this works…