Cannot compile hello word out of the box in Visual D

John Chapman johnch_atms at hotmail.com
Mon Dec 10 15:53:06 UTC 2018


On Monday, 10 December 2018 at 09:56:24 UTC, Michal Minich wrote:
> I installed dmd, Visual D, but cannot compile project in VS.
>
> VC\bin\link.exe is missing. But I really don't know what to do. 
> Do I need to install something? Or change project settings?

It looks like Visual D's paths aren't set correctly.

In Visual Studio, go to Tools > Options > Projects and Solutions 
 > Visual D Settings > DMD Directories. To the right of 
"Executable paths" make sure this is listed: 
$(VCTOOLSINSTALLDIR)bin\HostX86\x86


More information about the Digitalmars-d-ide mailing list