-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Missing file when trying to build solution in VS2022 #434
Comments
Hi @Just36725, The project works with Github submodules, if only download the zip, you will need to add this project to the folder: This should solve your issue and be able to build the project. |
@DomCR , I believe this issue can be closed. I successfully built the project by cloning the AcadSharp repository and adding the CSUtilities files to the local directory. Therefore, it is not a bug. For more information on Git submodules, @Just36725 you could check the following links: |
When I download the zip file from github and try to build the 2.4.0 version it will not build.
It produces an error that says:
The imported project "\ACadSharp-master\src\CSUtilities\CSMath\CSMath.projitems" was not found. Confirm that the expression in the Import declaration "..\CSUtilities\CSMath\CSMath.projitems" is correct, and that the file exists on disk.
Any suggestions?
The text was updated successfully, but these errors were encountered: