diff --git a/Directory.Build.props b/Directory.Build.props
index d59ff165..a363d7b9 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -2,7 +2,7 @@
$(MSBuildThisFileDirectory)
latest
- $(NoWarn);CS1591;
+ $(NoWarn);CS1570;CS1587;CS1591;CS8601;CS8602;CS8603;CS8618;
diff --git a/visualdev/Tnb.Vengine/CodeGenerator/TemplateContext.cs b/visualdev/Tnb.Vengine/CodeGenerator/TemplateContext.cs
index b3fc49b9..2f9cd19b 100644
--- a/visualdev/Tnb.Vengine/CodeGenerator/TemplateContext.cs
+++ b/visualdev/Tnb.Vengine/CodeGenerator/TemplateContext.cs
@@ -28,7 +28,7 @@ public class TemplateContext
#if DEBUG
BasePath = CodeHelper.GetSolutionDirectoryPath(false)!;
#else
- BasePath = FileVariable.GenerateCodePath;
+ BasePath = JNPF.Common.Configuration.FileVariable.GenerateCodePath;
#endif
ModuleCode = moduleCode;
}