I've been trying to create a data model off of an existing database table using Entity Framework in Visual Studio 2015 for an MVC application. I'm able to test the connection to the MS SQL database I've been using successfully and choose the database itself, but whenever I click 'finish' I get error shown below.
I've tried following the instructions here, but it has not worked and I can't find any other answer.