Errors in Microsoft Visual Studio 2019 Created 2 years ago2021-07-18 17:13:46 UTC by SomeGamer SomeGamer

Created 2 years ago2021-07-18 17:13:46 UTC by SomeGamer SomeGamer

Posted 2 years ago2021-07-18 17:13:46 UTC Post #345784
alright, in my half life mod, i wanna make my shotgun an AA12 (full auto, 20 round drum mag and reloads entire mag at once) and i think ive made the required changes in the coding, it gives me errors saying
Error MSB3191 Unable to create directory "C:\Program Files (x86)\Steam\steamapps\common\Half-Life\halflife_op4_updated\cl_dlls\". Access to the path 'C:\Program Files (x86)\Steam\steamapps\common\Half-Life\halflife_op4_updated\cl_dlls\' is denied. hl_cdll C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets 520
so if anyone has had the same problem and fixed, please help me, any info helps!
Posted 2 years ago2021-07-18 18:21:52 UTC Post #345785
Sound cool, you got all the assets and stuff ready right?
Posted 2 years ago2021-07-18 18:27:34 UTC Post #345786
Posted 2 years ago2021-07-19 00:41:26 UTC Post #345787
Go into the project settings for both the client & server projects and change the folder in the post-build step to wherever you want the dlls to be copied, the default is C:\Program Files (x86)\Steam\steamapps\common\Half-Life\halflife_op4_updated\cl_dlls\ which doesn't exist on your PC and is causing the error.
Penguinboy PenguinboyHaha, I died again!
You must be logged in to post a response.