I was googling a bit and heard that although stdint.h
was not shipped with old versions of Visual Studio, it should be there in Visual Studio 2010.
However, I have this project that's supposed to use it, but it says it can't find either stdlib.h
or stdint.h
.
Why is that and how could I fix this?
Running Visual Studio 2010 with .NET 4.0 on an x86 Windows 7 machine.