Hi @Bryan Valencia ,
Search for MVC and there are no templates for MVC 5, only 4.
Maybe you said only 4 refers to the picture?
Maybe you can create a successful project first and check the mvc version in the web.config file.
<dependentAssembly>
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
</dependentAssembly>
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best regards,
Lan Huang