yesterday i tried to reinstall VS2010 Express after an reset of my system. I installed VS2010 Express the Windows SDK 7.1 and the x64 Compilers as well as the DirectX SDK(June 2010).
At first i got an Error that he couldn't find Winmm.lib. I fixed this by adding the windows sdk directory to the Library Directorys.
Now Tutorial00 creates a window but whenever i start Tutorial01 the window appears and the closes and i get this error message:
"First-chance exception at 0x000007fefd239e5d (KernelBase.dll) in Tutorial01.exe: Microsoft C++ exception: _com_error at memory location 0x001feca0.."
I think it's a problem with the DirectX SDK, because Tutorial00 doesn't use any DirectX features.
Any Suggestions how to solve the problem?