Fatal error LNK1181 * lib\sycl6.lib

I’m usually building blender master and blender beta with no issues, today both builds fail because it cannot find \blender\lib\windows_x64\dpcpp\lib\sycl6.lib

If I look in that folder there is sycl7.lib but no sycl6.lib.

I tried disabling oneapi in cmake but that didn’t fix it.

Cmake is caching some things it should not, easiest way to side step this is to just remove your build folder and starting fresh.

2 Likes