Hi,

I am trying (under VS community 2013) to create a program accessing a DB.

After adding an ADO.net data model and setting up my entities, I try to generate the DB from my model and get a series of compiling transformation errors like the following:
Code:
Error	3	Compiling transformation: Metadata file 'E:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\..\IDE\EntityFramework.dll' could not be found	C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\Extensions\Microsoft\Entity Framework Tools\DBGen\SSDLToSQL10.tt	1	1
... which makes sense, as VS is not installed on my E: drive (install does not offer that option), but on C:. Looks like I messed up with part of the installation somehow, or could be a remainder from a previous version. Honestly, I have no clue how it happened.

The question is: how can I fix it? I tried uninstalling VS2013 and installing it again, but it does not help. What should I reinstall, or how can I update the search path?

Thanks in advance !