Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error CS0246: The type or namespace name 'CSteamID' could not be found (are you missing a using directive or an assembly reference?) #593

Open
Wojtek9388 opened this issue Jan 3, 2024 · 1 comment

Comments

@Wojtek9388
Copy link

how do i fix this? and when i add the steamworks.net dll i get 35 other errors

@BrickmadeProductions
Copy link

BrickmadeProductions commented Feb 17, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants