I create a new project in xna 4.0 for windows. I put it on both Reach and HiDef profile settings in properties. When debugging I get the following error:
No suitable graphics card found. Could not find a Direct3D device that supports the XNA Framework HiDef profile.
I made sure to select the 'Reach' profile, I still get this error.
- Graphics card is an intel GM45. It states support of DX10 on their website.
 - Intel Core 2 Duo 2.2Ghz
 - Windows 7 Professional
 - Visual Studio 2010 Ultimate
 - 3GB RAM
 
So whats wrong with what I'm doing? Thanks.
PS. If I cant run XNA 4.0 games, Can I create a 3.0 project with xna 4.0?