I’m working on oneVPL samples from this GitHub repository (https://github.com/oneapi-src/oneAPI-samples ) and I’m trying to build dpcpp-blur sample. I am getting the below error:
fatal error C1083: Cannot open include file: 'CL/sycl.hpp': No such file or directory
PS: I am working on Windows 10 & I’ve downloaded the latest version of intel oneapi base toolkit. I’ve initialized the oneapi environment. I’ve checked the path too.
Any suggestions to resolve this issue?