After pulling a project from source control down to a new dev machine with VS 2013 I found I could no longer generate my Client side proxy and entity classes (from the .tt file created by "OData Client Code Generator")
I get exceptions compiling the transform with
- Microsoft.OData.Client.dll
- Microsoft.OData.Core.dll
- Microsoft.OData.Edm.dll
e.g.
Compiling transformation: Metadata file 'Microsoft.OData.Client.dll' could not be found
Followed by a few hundred other build errors as the tt file failed ot generate the required classes giving instead only the dreaded
ErrorGeneratingOutput
This is despite these dlls and their accompanying xml files being present in the correct place in the project Bin.