EntityFramework 6.3.0 "enable-migrations" issue

When I try run command

enable-migrations –MigrationsDirectory Migrations

I get error

enable-migrations : Cannot bind argument to parameter ‘Path’ because it is null.

Solution is to set Data project as startup project in the solution

and rerun enable-migrations command.