I've set up the paths for the sdk(using visual c++) but when I use any of the sample codes from the sdk I get errors. Do I need to include anything else?
I have visual c++ express direct x sdk and windows sdk installed
DirectX SDK Does Not Register Include/Library Paths with Visual Studio 2010
With Visual Studio 2010, the model for adding include, library, and executable paths has changed. In Visual Studio 2008 and previous versions, paths were specified as global settings under Tools\Options. With Visual Studio 2010, paths are now specified on a per-project basis on a VC++ Directories page. All the Visual Studio 2010 projects for the DirectX SDK samples and tools include direct per-project references to the DirectX SDK--via the DXSDK_DIR environment variable--and will compile without any additional steps. New projects that make use of DirectX SDK headers, libraries, or tools should have these references added to the VC++ Directories property page. For more information, see the topic "Installing DirectX with DirectSetup" in the section titled "Install the DirectX SDK", as well as the Visual Studio team blog entry:http://blogs.msdn.com/b/vcblog/archive/2010/03/02/visual-studio-2010-c-project-upgrade-guide.aspx
How do I check for the resource.h also how can I get it or do I have to create it I'm just trying to see if I can get visual c++ to work with direct x sdk before I start learning it