On Wed, 02 Nov 2016 07:56:25 GMT, Ľudovít Lučenič wrote:

On Tue, 01 Nov 2016 21:54:51 GMT, Alfred Newman wrote:

import path[2] = C:\Users\Alfred\AppData\Roaming\dub\packages\colorize-master\colorize\source
import path[3] = C:\Users\Alfred\AppData\Roaming\dub\packages\sqlite-d-master\sqlite-d
import path[4] = C:\Users\Alfred\AppData\Roaming\dub\packages\d2sqlite3-master\d2sqlite3\source

Hi Alfred,
obviously there is missing '/source' folder suffix at the end of the import path (c/f the other two). Probably run dub add-local with this suffix appended to the package path once again.

Cheers,
Ľudovít

I'd say it looks like something went wrong when getting the sqlite-d package. My first try would be to dub remove sqlite-d and see if that fixes it.