Steamworks.NET
Steamworks.NET copied to clipboard
error CS0246: The type or namespace name 'CSteamID' could not be found (are you missing a using directive or an assembly reference?)
how do i fix this? and when i add the steamworks.net dll i get 35 other errors
make sure to add
<Reference Include="Steamworks.NET">
<HintPath>./"DIRTOYOURINCLUDES"/Steamworks.net/Steamworks.NET.dll</HintPath>
</Reference>
in between the <ItemGroup></ItemGroup> properties in your project file in your visual studio solution, that should fix it!