I am working on a dataManagement project that periodically deletes files in a specific folder. The solution has three projects, one of which is an application, and the other two are static libraries. Now I want to add another project, which is the static library used for logging. The static logging library project has a header file to which the application project belongs. When I create a solution, I get an error because the header file was not found. When I added the static logging library project, I also made the application project dependent on it by checking the corresponding fix in the project dependencies. Can anyone help me out?
user59988
source share