Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more:
Hi I have dowloaded a code it comes with the complete package i-e header file and cpp a file so i create a project from exsisting code in vs 2013 it was created sucessfully but when i try to build it it gives me this error "Cannot open include file image.h " The error is clear that it is missing a header file but if i go to solution explorer and headfiles section the file is there(image.h) and the path is correct and in my cpp file it is included as well
#include<image.h>

Can someone tell me where am i missing the trick
thanks anyways guys
Posted
Comments
[no name] 2-Oct-14 20:34pm    
Try #include "image.h"
loraloper_22 2-Oct-14 20:38pm    
Yeah i figured it out myself thanks for teh response though :)
linukey 28-Oct-14 10:07am    
yeah it's the question #include"image.h"

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