I am new to C ++ programming,
I have a C ++ project created in visual studio 2010, and now I am developing a COM project in VS2008. In this project, I have to include some files used in the C ++ project (developed in VS2010).
When I tried to include the header file from a C ++ project (developed in VS2010), the compiler gives the error "cannot find stdint.h file"
.
Is this a problem with my installed visual studio?
source share