Closed
Description
The DXCAPI.H header has:
#include "dxc/Support/WinAdapter.h"
while the DXCISENSE.H header has:
#include "Support/WinAdapter.h"
Which both make explicit (and mismatched) assumptions about the layout that doesn't match the contents of the ZIP. This can be worked around, but in a future update it would be best to make both of these:
#include "WinAdapter.h"