I'm going to have to disagree with the other answer's line of discussion about this being impossible. I've been working heavily with MVC 2 RTM since it was released in VS2010 RC. Just now, just to see if I could do it since I saw this question, I was able to create a VS2008-based MVC2 project.
Because of this, I suspect you did not install MVC 2 RTM properly. You SHOULD have done the following (and I'm unsure about one step):
- Uninstall "ASP.NET MVC 2"
- ??? Uninstall "Microsoft ASP.NET MVC 2 - Visual Studio 2008 Tools"
- Install the new RTM.
Like I said, I forget whether or not I did step #2 but some people are saying to do it when I google around about it now. I tried to find the blog post that I used to use but is.gd lost my link (grr...). However, despite what the others are saying, I am definitely able to do what you said.
....
The other option: You could always have somebody else who doesn't have VS2010 RC installed create the projects. The problem with 2008 should only be related to creating the projects and not necessarily working with the projects. Give that a try.