ErrorC1083Cannot open include file and E1696

environment VS 2019
compile error in the client side of my solution c1083
please help
notice that the .dll compile which mean that the file is there
error:

Error (active) E1696 cannot open source file "spdlog/spdlog.h" Hazel C:\Dev\Hazel\Hazel\Hazel\src\Hazel\Log.h 4
Error (active) E1696 cannot open source file "spdlog/sinks/stdout_color_sinks.h" Hazel C:\Dev\Hazel\Hazel\Hazel\src\Hazel\Log.h 5
Error (active) E1696 cannot open source file "spdlog/fmt/ostr.h" Hazel C:\Dev\Hazel\Hazel\Hazel\src\Hazel\Log.h 6
Error C1083 Cannot open include file: 'spdlog/spdlog.h': No such file or directory Sandbox C:\Dev\Hazel\Hazel\Hazel\src\Hazel\Log.h 4


output:

1>Hazel.vcxproj -> C:\Dev\Hazel\Hazel\Bin\Debug\Hazel\Hazel.dll
1>Done building project "Hazel.vcxproj".
2>------ Rebuild All started: Project: Sandbox, Configuration: Debug x64 ------
2>Source.cpp
2>C:\Dev\Hazel\Hazel\Hazel\src\Hazel\Log.h(4,10): fatal error C1083: Cannot open include file: 'spdlog/spdlog.h': No such file or directory
2>Done building project "Sandbox.vcxproj" -- FAILED.
========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ==========
Do you have a directory called "spdlog" anywhere in your project space?
Is it your code, or some third party library?

So for example, if the absolute path to one of the files is say
c:\some\path\to\spdlog\spdlog.h

Then you set up your current project compiler search path to be
c:\some\path\to
yes I already found the solution the problem was that the include path was different between the two project of the solution by the way thank you for help
Topic archived. No new replies allowed.