namazso / nSkinz

Skin changer for CS:GO
MIT License
220 stars 116 forks source link

Cannot compile anymore #236

Closed CalvinBens closed 3 years ago

CalvinBens commented 3 years ago

Getting errors like :

Cannot open source file: 'deps\imgui\imgui.cpp': No such file or directory nSkinz
Cannot open source file: 'deps\imgui\imgui_draw.cpp': No such file or directory nSkinz

and warnings like: nonstandard extension used: nameless struct/union (compiling source file src\Hooks\PostDataUpdate.cpp)

When trying to compile in visual studio

namazso commented 3 years ago

you failed at the very first step of the build guide

CalvinBens commented 3 years ago

you failed at the very first step of the build guide First of all, thanks for the snappy response.

Second, I may have genuinely been dropped as a child since I cannot find this mentioned "build guide". Unless your talking about the read me, in which I'd still be confused.

namazso commented 3 years ago

yes it's the readme, and the very first step is to do a recursive clone

CalvinBens commented 3 years ago

yes it's the readme, and the very first step is to do a recursive clone

Strange, I did exactly that, or at least I think I did. I pasted the command given in the git console and got the nSkinz file. Did I miss something?

namazso commented 3 years ago

well, you probably didnt or messed up somewhere along the way because it works on my machine image

CalvinBens commented 3 years ago

well, you probably didnt or messed up somewhere along the way because it works on my machine

Strange, doesn't look much different from mine. Capture

CalvinBens commented 3 years ago

I downloaded it as a zip file and added the jason and imgui manually along with reinstalling visual studio 2019. Works now.