Can't open Windows Mobile 5.0 PocketPC CPP win32 projects in 2005

I am unable to load the sample projects that come with the Windows Mobile 5.0 PocketPC SDK in Visual Studio 2005
All I get is an empty error dialog with an OK buttom.

Has anyone else seem this behaviour?

I can open the C# SDK projects with out a problem.

Thanks

[278 byte] By [fhunter] at [2008-3-3]
# 1
There was a bug in VS2005 where if you didn't have any overlap between the SDK and the project you are loading, you received that empty dialog box. It has been fixed in a future drop to give a more informative error.
To fix it, you need to install the WM5.0 SDK on the machine you are working on.
Thanks

Mario

MarioChenier at 2007-9-9 > top of Msdn Tech,Smart Device Development,Smart Devices Native C++ Development...
# 2

We did have Windows Mobile 5 SDK intalled and still go this error.

I realized that we had the Standard Edition of Studio installed and not the Professional Edition.
Looks like Professional Edition resolved this issue.
Thanks

fhunter at 2007-9-9 > top of Msdn Tech,Smart Device Development,Smart Devices Native C++ Development...