Project Settings
-
Hi, I am using the Visual Studio 6. I had the path for a folder with header files included in the Tools->options->Directories. Now I want to remove it from the global setup and put it under the project settings section. So I put the path of that directory under the project->settings - c/c++ - preprocessor section. but when i build the project, it still gives me the link error: fatal error RC1015: cannot open include file '*****.h'. I have checked and double checked and checked the path again and again. can't seem to find anything. There are no spaces in the path. :doh: Thanks, Ankita
-
Hi, I am using the Visual Studio 6. I had the path for a folder with header files included in the Tools->options->Directories. Now I want to remove it from the global setup and put it under the project settings section. So I put the path of that directory under the project->settings - c/c++ - preprocessor section. but when i build the project, it still gives me the link error: fatal error RC1015: cannot open include file '*****.h'. I have checked and double checked and checked the path again and again. can't seem to find anything. There are no spaces in the path. :doh: Thanks, Ankita
The resource compiler has its own page of options - add the directory there too.
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
-
The resource compiler has its own page of options - add the directory there too.
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
Thank you Michael. I added the derectory in the resource page too. Simply building the exe didn't work, so i am rebuilding the whole project again. It's a big project, so takes some time to compile. I hope it works, or I am doing something else also wrong. Ankita