Hi all,
Whenever I'm trying to create a module inside a Revit project I get the below three error messages:
Source file '..\..\..\..\..\..\..\..\..\..\..\ADAM~1.KRU\AppData\Local\Temp\{6D2BDD82-B457-4543-BB9D-D253EC291DA7}\Revit\DocHookups6756\4368450240\cośtam\Source\cośtam\ThisDocument.Designer.cs' could not be found (CS2001)
Source file '..\..\..\..\..\..\..\..\..\..\..\ADAM~1.KRU\AppData\Local\Temp\{6D2BDD82-B457-4543-BB9D-D253EC291DA7}\Revit\DocHookups6756\4368450240\cośtam\Source\cośtam\ThisDocument.cs' could not be found (CS2001)
Source file '..\..\..\..\..\..\..\..\..\..\..\ADAM~1.KRU\AppData\Local\Temp\{6D2BDD82-B457-4543-BB9D-D253EC291DA7}\Revit\DocHookups6756\4368450240\cośtam\Source\cośtam\Properties\AssemblyInfo.cs' could not be found (CS2001)
Then I can't build anything in this module. This doesn't happen when I write macros inside Application tab.
Anyone can advise what's the problem here?