Hi everyone. I also have a similar problem. I created a Windows Game project in GS4, just the template that the wizard generates. It builds sucessfully but when I am going to run it the following message box appears:
No suitable graphics card found.
Could not find a Direct3D device that supports the XNA Framework HiDef profile.
Verify that a suitable graphics device is installed.
Make sure the desktop is not locked, and that no other application is running in full screen mode.
Avoid running under Remote Desktop or as a Windows service.
Check the display properties to make sure hardware acceleration is set to Full.
But when I change the Profile Properties from HiDef to Reach, it runs perfectly. I am using a HP Pavilion dv6 laptop. I ran the DirectX Diagnostic tool, it found no problems. Under system it says I have the DirectX Version DirectX 11. The name of the device is Intel HD Graphics. It has DirectDraw, Direct3D, and AGP Texture Acceleration Enabled. The Driver model is WDDM 1.1, the Main Driver is igdumd64.dll, igd10umd64.dll, igdumdx with DDI version 10. Does the problem is really the graphic card, the drivers installed, or additional configuration?