"tensor_meta.hpp" doesn't exist

Hi Hailo Team and Community,

I’m trying to build the directory located at /home/mateja/Documents/dositej/hailo_ai_sw_suite/artifacts/tappas/core/hailo/ in order to use the Hailo plugins, specifically the Hailo Overlay plugin.
After successfully running meson setup builddir, I encountered an error during the ninja -C builddir step.
The build fails with a message indicating that tensor_meta.hpp cannot be found: fatal error: tensor_meta.hpp: No such file or directory.
This error appears in multiple source files that include this header. I would appreciate any guidance on resolving this issue—particularly whether there are missing dependencies or include paths that need to be configured.