Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have made a c program and want to compile it in VS 2015, I have tried this Walkthrough: Compiling a C Program[^] but the c source file has also dependencies .c and .h files and the compiler gives error that can't find them, I have these dependencies, how can I include them in the compiler?

Thank you

What I have tried:

Link works but cannot find dependencies
Posted
Updated 11-Jul-16 21:24pm
Comments
Suvendu Shekhar Giri 12-Jul-16 2:31am    
Check if those directories are included in the project build or not.
Member 3892343 12-Jul-16 3:37am    
OK works

1 solution

At first find these files and copy them into your project directory. You need to include these files in your project via "Add existing files to project".

If you you further problems: Google for it or include the full error messages in your question!!!
 
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