https://issues.dlang.org/show_bug.cgi?id=21587
--- Comment #3 from Rainer Schuetze <[email protected]> --- I suspect it might be related to demangling the symbols in the linker error messages. Please try disabling both "Demangle names in link errors" and "Monitor linker dependencies" in the global options (Tools->Options->Projects and Solutions->Visual D Settings). Regarding the actual link errors, I guess you are linking in a library, but the versions specified on the command line don't match in the "Debug" configuration. Or maybe other options are different, e.g. -unittest. --
