On Tuesday, 11 August 2015 at 15:18:31 UTC, Martin Nowak wrote:
You either have a wrong import paths (check which dmd.conf is used with 'dmd -v non_existent') or a stable object_.di file.
Or maybe a stale .obj or .lib file, referencing the old symbol.Try a make clean too - delete any .obj and .lib files in your project directory and rebuild.