Aspose.PDF C++ - RenderingOptions.h missing an include file

Hi,
we are instantiating a TiffDevice for conversion, and to do this we have added an include to “RenderingOptions.h”. Our source file is not compiling because it cannot reach an include named “Caching\ConsolidatedCache.h” called from “RenderingOptions.h”.
We searched “Caching/ConsolidatedCache.h” in the zip file of Aspose.PDF.25.5, but we couldn’t find both directory and the include file, and also nothing related to the namespace “Engine::Caching::ConsolidatedCache” used in “RenderingOptions.h”.
Where can we get this include file?

Here attached, screenshots of code and errors:
Screenshots missing include file.zip (30.4 KB)

Used version: Aspose.PDF c++ 25.5

Many thanks in advance.

@gianfranco.dancelli Version 25.6, which is estimated to be released on June 20, 2025, will fix the issue.

@gianfranco.dancelli You may try the 25.1 version, which does not have that issue.

Hi, ok will do, thanks for the info.