Unreal doesn't find Cesium headers

Hi. I followed the Flight Tracker tutorial. I include the dependency path for Cesium:

However, when I compile, Unreal shows an error because it can’t find the headers:

image

image

What I am missing?

Hi @oria66,

Try deleting the binary files in your project and rebuilding. In your project folder, open the Binaries folder and delete any directories inside. Then, right-click on the .uasset file for your project and generate visual studio project files. The project should compile correctly after this.

Let me know if this helps,
-Alex