Rythe-Interactive / Rythe-Engine

Rythe is a data-oriented C++17 game engine built to make optimal use of modern hardware.
https://rythe-interactive.com
MIT License
528 stars 25 forks source link

Engine tries to lookup libs in "random" folders #364

Closed 7h0m4s2 closed 3 years ago

7h0m4s2 commented 3 years ago

Describe the bug When building the engine from fresh download (main) the solution tries to lookup a lib in a random folder that has no association with the project.

Include a MRE Not applicable / Issue with tooling

Expected behavior The engine builds

Screenshots image

Desktop (please complete the following information):

Additional context image

Algo-ryth-mix commented 3 years ago

It looks like you have an installation of vcpkg with integration into Visual Studio. This modifies where the standard path for libraries is, because the Engine ships its own libraries this can lead to problems. Please remove the vcpkg installation and try again. Note that this has most likely nothing to do with your environment variables.

Algo-ryth-mix commented 3 years ago

Since no more information has been provided, I will close this issue. Please comment if you still experience issues