Click here to Skip to main content
15,885,875 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
is there any solution fro this
Posted

1 solution

in vs2005, you could go

tools -> options -> Projects and solutions (VC++ Directories) -> Set 'show directories for' to 'include files' and set it to 'Include Files' and then add the directory where 'appmodel.h' is found (you'll need to locate it in explorer first)
 
Share this answer
 
Comments
I.P.Katti 3-Nov-14 5:31am    
whatever you told i followed but Set 'show directories for' to 'include files' this option i didn't found. for more info i am using VS2010.
Garth J Lancaster 3-Nov-14 5:40am    
thank you so much for mentioning that relevant piece of information in your question

select the project in the explorer pane in VS2010 (it should be one level 'down' from [Solution abcdef (1 project)], right click, select 'properties', under configuration properties look for c/c++ (click it), enter your directory under 'Additional Include Directories'
I.P.Katti 3-Nov-14 5:49am    
thanks i have got point,but small doubt can you tell from where i could download that file,
Garth J Lancaster 3-Nov-14 5:54am    
how would I know to what appmodel.h pertains ? - its your project - what are you using lib / toolkit that requires it ?
I.P.Katti 3-Nov-14 6:18am    
i am using kernel32.lib and Xtreme ToolkitPro v15.1.3.

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