Cómo instalar D3D11 SDK Layers para Windows 10 sin conexión

Recibí el siguiente error cuando estaba depurando mi aplicación D3D en VS2015.

D3D11CreateDevice: Flags (0x2) were specified which require the D3D11 SDK Layers for Windows 10, but they are not present on the system. These flags must be removed, or the Windows 10 SDK must be installed. Flags include: D3D11_CREATE_DEVICE_DEBUG

Sé que necesito habilitar las herramientas gráficas en Win10 o ejecutarDism /online /add-capability /capabilityname:Tools.Graphics.DirectX~~~~0.0.1.0 para habilitarlo.

Pero la máquina en la que estoy trabajando no puede conectarse a Internet. ¿Hay alguna manera de habilitar eso sin conexión?

Muchas gracias.

Respuestas a la pregunta(2)

Su respuesta a la pregunta