'Code First From Database' Template not showing in Visual Studio Entity Data Model Wizard

Solution 1:

It turns out that to enable the "Code First From Database" template, you need to download and install the EF Tools.

Solution 2:

  1. Install "Entity Framework Power Tools Beta 4" (Tools -> Extensions and Updates)
  2. Right click project, select "Entity Framework", and "Reverse Engineer Code First"

Solution 3:

Probably my response is too late! but for others "internautas" probably it works!... In my case the problem was the .NET Framework version, if you create an application and you use a .NET framework is less or equal 3.5 you don't see the option, but if you use 4 or 4.5 the option is visible

Cheers from El Salvador, Central America.