When running command in powershell, error occurs “DIA SDK is missing at "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\DIA SDK". This is due to a bug in the Visual Studio installer. It does not install DIA SDK at "C:\Program
Files (x86)\Microsoft Visual Studio\2019\Enterprise\" but rather at VS install location of previous version. Workaround is to copy DIA SDK folder from VS install location of previous version to "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\"
and then resume build. ” how can I get the DIA SDK folder, and the version for VS is 2019, thanks