I\'m using VS 2013 RTM Ultimate, and when I try to add a Controller to my MVC 5 project I get the following error:
\"There was an error running the selected code generat
I'm facing same situation with you. what i did was
open packages.config remove T4Scaffolding.Core and T4Scaffolding
Reinstall those packages Install-Package T4Scaffolding and Install-Package T4Scaffolding.Core
Close VS2013 and reopen and you should able to scaffold again
Good Luck!