Hi,

I have Visual Studio 6.0 (patch 5) and need to have the includes (in a subdirectory of the project) in the project path and I added a path via "additional include directories" and I get following error messages:

c:\program files\microsoft sdk\include\guiddef.h(161) : error C2065: 'memcmp' : undeclared identifier
c:\program files\microsoft sdk\include\propidl.h(1404) : error C2065: 'memset' : undeclared identifier

How do I get rid of them ?

If I put the paths in the studio settings it works fine (cannot use this because those settings must not be changed) but not otherwise. It also works if I put all standard paths from the visual studio (3 that give a **** long string) and put them before my additional directories into the "additional include directories" textbox and disable the default include directories but that is also completely unacceptable.

Does anyone know a solution to this ?

To just make it work the way its meant to be ?