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 ==========
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