You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. This problem is very disturbing . Your 2.8 - 2.9 are not compiling successfully and always gives errors when generating on VS after cmake generates the project.
However, this is not the case with versions before 2.7.
I've opened incidents before to seek then solution and of course got enthusiastic help from one of the developers. So when I found out that you guys released a new version I compiled the new version as soon as I could, but the problem is still not solved for 2.9!
Errors in VS 2022 are listed as below: (Windows 11)
The issue "Cannot open include: SimpleITK.h" means that the compiler cannot locate this file. Do you have SimpleITK installed on your computer? If you do, then you may need to rerun cmake and make sure that all paths are configured correctly. Or you can opt to not build with support for ITK.
The other issue "isValid: is not a member of MSimpleExpressions" is probably caused by pointing to the wrong FEBio version. The 2.9 release of FEBio Studio also comes with a new FEBio release of version 4.9. You need to make sure that you are using this new version.
Hello. This problem is very disturbing . Your 2.8 - 2.9 are not compiling successfully and always gives errors when generating on VS after cmake generates the project.
However, this is not the case with versions before 2.7.
I've opened incidents before to seek then solution and of course got enthusiastic help from one of the developers. So when I found out that you guys released a new version I compiled the new version as soon as I could, but the problem is still not solved for 2.9!
Errors in VS 2022 are listed as below: (Windows 11)
`23>Done building project "FEBioStudio2.vcxproj" -- FAILED.
24>------ Rebuild All started: Project: ALL_BUILD, Configuration: Release x64 ------
24>Building Custom Rule D:/Projects/FEBioStudio 2.9/FEBioStudio-develop/CMakeLists.txt
========== Rebuild All: 20 succeeded, 4 failed, 0 skipped ==========
`
The text was updated successfully, but these errors were encountered: