Skip to main content
GameDev.net gamedev.net
🔒 Locked

lost file

Started by phil67rpg Jul 24, 2008 at 10:26 AM 3 replies 750+ views
Original Post
phil67rpg
phil67rpg
I am looking for intsafe.h and am getting a c1083 error.
jpetrie
jpetrie
Google suggests that your platform SDK may be outdated or your include paths may be such that your #include directive is looking in the wrong place.
phil67rpg
phil67rpg
how do I update my platform SDK
joshuanrobinson2002
joshuanrobinson2002
You might try searching all files and folders to find out where the file is at on your hard-disk then make sure you're #include directive is set to include that folder. (Project->Properties->Configuration Properties->C/C++->General->Additional Include Directories in Visual Studio.)
jpetrie
jpetrie
Quote:

how do I update my platform SDK

You can download the latest version from Microsoft's website. You can use Google to search for the exact page.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.