As many a times if wrong header file version comes into compilation, many valid function reference may become invalid. Also some times the function reference may not be able to find the function prototype or can not find the header file itself.
Hence, whenever you face an issue where a standard header file is not found or function reference is incorrect, just make sure the include paths are correct.
Go to Tools >> Options:
Projects and Solutions >> VC++ Directories
Select "Include" from Drop-Down Box.
You will see the include paths in list box.
No comments:
Post a Comment