Click here to Skip to main content
15,894,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new to C++.

I am trying to compile an open source project. I am getting error messages complaining about not being able to find libint.h.

The #include is:

#include <libintl.h>;


Where does VS look for these header files, and how do I change that setting?
Posted
Updated 6-Oct-10 11:16am
v2

1 solution

You may not have the most up-to-date version of the sdk installed.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900