You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone experiencing a similar issue, you can fix it by providing the SDK_INCLUDES directory path to the cmake command. At the time of writing, the D3D12 SDK is downloaded by running dependencies.bat and stored in the TextureSetNeuralCompressionSample\3rd folder. cmake .. -DDX12_SDK_VERSION=717 -DBACASABLE_SDK_INCLUDES="..\3rd\include"