Hi James,
For creating strongly typed view in asp.net mvc, you need to follow following steps,
--> Checked create stronlgy type view from Add View dialog box.
--> Select Model class from View Data Class drop down for which you want to create view.
Thanks.