VC6: fatal error C1083: unable to open include file: 'stdint.h'

When compiling in VC6, I get an error:

(fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory)

Can someone explain why I am getting this error?

+7
vc6 stdint
source share

No one has answered this question yet.

See similar questions:

thirteen
Does Microsoft Visual Studio 2010 c99 support?
7
Why can't Microsoft Visual Studio find <stdint.h>?

or similar:

7
Why can't Microsoft Visual Studio find <stdint.h>?
2
Equivalent to u_int16_t from windows stdint.h in gnu?
2
Error C2678 after transferring C ++ code from VC6 to VS2008 - an operator was not found that accepts a left operand of type 'type'
one
Unable to create temporary files at compilation
one
Why is VC2010 trying to bind MFC42 dll after I updated the VC6 project
one
Compilation issues for migrating from VC6 to VC9
0
Include stdint.h in header file splits compilation with clock_gettime ()
0
opening a file name containing Unicode characters in a VC6 compiler
0
VC6 error and template
-one
DLL built by vc6 addresses an error when using exe created by vs2012

All Articles