Visual Studio linker error when using repo

Post Reply
AnEntirePear
Posts: 1
Joined: Thu Apr 06, 2017 1:22 am

Visual Studio linker error when using repo

Post by AnEntirePear »

The error we've been getting is:
Error 8 error MSB3191: Unable to create directory "C:\Users\name\Downloads\Compressed\bullet3-2.86.1\build\src\BulletDynamics\CMakeFiles\". Access to the path 'C:\Users\name\Downloads\Compressed\bullet3-2.86.1\build\src\BulletDynamics\CMakeFiles\' is denied. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets 1000 5 BulletDynamics

The project worked fine on the first developer's computer, but as I cloned the project and ran it for myself the linker error occurred. I believe it has to do with the absolute path, but I'm not sure where to change it. Once the CMake files are generated using CMake GUI they contain absolute paths to my computer that are unusable for others.
Post Reply