July 06, 2017
rdmd -m64 Build.d
Error: can't run 'C:\Program Files\VS\VC\Tools\MSVC\14.10.25017\bin\HostX64\x64', check PATH

The path exists, but since it doesn't tell me what it is trying to run, I have no clue. The path contains link.exe.



July 15, 2017
On Thursday, 6 July 2017 at 00:31:04 UTC, FoxyBrown wrote:
> rdmd -m64 Build.d
> Error: can't run 'C:\Program Files\VS\VC\Tools\MSVC\14.10.25017\bin\HostX64\x64', check PATH
>
> The path exists, but since it doesn't tell me what it is trying to run, I have no clue. The path contains link.exe.

Add the --chatty command-line option, it will tell you everything rdmd is trying to do.