The install instructions are a little confusing regarding the required config for the SP2 developer tools. A easy way to do this is to run the following commands from a VS 2005 command prompt:
(note you may need to replace the paths so they match your installaion)
xcopy "C:\Program Files\Microsoft Content Management Server\DevTools\NewProjectWizards80\Visual Web Developer" "PATH_TO_MY_DOCUMENTS\Visual Studio 2005\Templates\ProjectTemplates\Visual Web Developer" /E
xcopy "C:\Program Files\Microsoft Content Management Server\DevTools\NewItemWizards80\Visual Web Developer" "PATH_TO_MY_DOCUMENTS\Visual Studio 2005\Templates\ItemTemplates\Visual Web Developer" /E
devenv /setup
# posted by Spencer @ 11:20 AM