https://issues.dlang.org/show_bug.cgi?id=17355
--- Comment #3 from Thomas <[email protected]> --- After a lot of uninstalling/installing DMD/VisualD, my previous global settings for library path etc was still not "refreshed". I suspected some remains from older installations so resided to removing all of Visual D remains in the registry / VisualStudio settings manually. Quite a lot. When I finally got a hopefully fresh set of global "Visual D Settings" it was back to the same problem as before, $(DMDInstallDir) = .\ Though it seems to have found the path since in the registry it's correct. Found two keys named "DMDInstallDir" = "C:\D\dmd2". Under: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\VisualD and HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\VisualStudio\15.0\ToolsOptionsPages\Projects\Visual D Settings Setting the "DMD install path" manually in the global settings will do as a work-around but it does not seem to fill it in automatically. Also, is there a need for an option to force clean/default settings during installation maybe? --
