On my computer I have installed:
* Visual C# 2010 Express
* Visual Basic 2010 Express
* XNA 4.0

With the installation of XNA 4.0, I automatically got a template in C# for Windows Game 4.0, and have used it many times to create XNA projects.
Now I find myself in a situation, where I'd like to use VB.Net for developing XNA projects as well, but the template for Windows Game 4.0 is not available in VB.Net.
I have tried reinstalling XNA and googling for answers. Also tried looking online for a template both in google and from within VB.Net to no avail.
(#EDIT: The solutions I found were all from earlier versions of XNA, and most included older templates or manually adding references)

Can anyone help me with this?