vc 2005 express error creating project

  • Thread starter Thread starter Gillard
  • Start date Start date
G

Gillard

when i try to create a project from template i get an error like

error : activex can t create object

when i try to compile a sinple c++ project that i get from else where i get
multiple error style
windows.h not found , midl.exe not found ,................... not found

what should i do to resolve this
 
1 Visual Studio use an webbrowser ActiveX control internally. If your IE's
security setting is too restrict you will get an error.
2 If you are using VC2005 Express, you need to download Windows SDK
separately. AWindows SDK that was current at the time VC2008 Express
released is included in VC2008 Express, you can also download the the
current full SDK from Microsoft download center..
 
thanks but i would be very happy if you can give me an URL where to
find the
WindowsSDK 'cause i can't find it in Microsoft download
 
Back
Top