fatal error c1083 in C#
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
hi i am tryingto build astatic library. and while i build i get this fatal error, kindly help me rectify this. fatal error C1083: Cannot open include file: 'BasicHashTable.hh': No such file or directory
-
hi i am tryingto build astatic library. and while i build i get this fatal error, kindly help me rectify this. fatal error C1083: Cannot open include file: 'BasicHashTable.hh': No such file or directory
if this is a C# question, it's in the wrong forum. if it's a C++ question, then you have to either tell the compiler where to find BasicHashTable.hh or, put BasicHashTable.hh in a place where the compiler is already looking.