DynamoDS / DynamoRevit

Dynamo Libraries for Revit
https://dynamobim.org
342 stars 188 forks source link

ForgeTypeId Cannot be found when trying to build the solution #2722

Closed iAliJ closed 3 years ago

iAliJ commented 3 years ago

Hey!

I'm trying to build Revit Dynamo from source code, but build fails with errors related to 'ForgeTypeId' could not be found.

image

I have figured that it lays under 'Autodesk.Revit.DB Namespace' but it seems that I cannot find that class within the namespace.

image

iAliJ commented 3 years ago

I suspect that this class does not contain in ReivtApi 2020? I will look further into it.

iAliJ commented 3 years ago

I suspect that this class does not contain in ReivtApi 2020? I will look further into it.

As expected, RevitAPI 2020 does not include this class, installing Revit 2022 solved the issue and project is built successfully.