0

I downloaded the source code from http://construct.svn.sourceforge.net/viewvc/construct/ using tar ball http://construct.svn.sourceforge.net/viewvc/construct/?view=tar

There is a visual studio solution file in IDE subdir I converted in VS2010. When compiling I got 56 Errors like

Error 1 error C1083: Cannot open include file: 'd3dx9.h': No such file or directory C:...\construct\construct\ide\stdafx.h 106 1 Construct

Why? How to fix?

Vikdor
  • 23,934
  • 10
  • 61
  • 84
user310291
  • 36,946
  • 82
  • 271
  • 487

1 Answers1

2

Most likely you either don't have DirectX SDK installed and/or include directories for project (or global settings in VS) are not properly set.

Does this help: Cannot open include file "d3dx9.h"

Community
  • 1
  • 1
Zdeslav Vojkovic
  • 14,391
  • 32
  • 45