add new element. error C1083 'tcl.h': No such file

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
CMiculas
Posts: 26
Joined: Wed Oct 25, 2017 6:23 am
Location: University of Coimbra

add new element. error C1083 'tcl.h': No such file

Post by CMiculas » Mon Apr 23, 2018 2:41 am

Dear all,

I am trying to add a new element to Opensees, but when I try to rebuild the solution I got the following error: "C1083 Cannot open include file: 'tcl.h': No such file or directory". Can anyone suggest me what I'm doing wrong? I am using Visual Studio 2017.

Thank you in advance!

PaniCesar
Posts: 8
Joined: Tue Aug 25, 2015 9:03 am
Location: UNAM

Re: add new element. error C1083 'tcl.h': No such file

Post by PaniCesar » Fri Feb 01, 2019 11:56 am

I am getting the same error with Opensees 3.0.0 could you solve it?

PaniCesar
Posts: 8
Joined: Tue Aug 25, 2015 9:03 am
Location: UNAM

Re: add new element. error C1083 'tcl.h': No such file

Post by PaniCesar » Sat Feb 02, 2019 10:34 am

CMiculas wrote:
> Dear all,
>
> I am trying to add a new element to Opensees, but when I try to rebuild the
> solution I got the following error: "C1083 Cannot open include file:
> 'tcl.h': No such file or directory". Can anyone suggest me what I'm
> doing wrong? I am using Visual Studio 2017.
>
> Thank you in advance!

CMiculas,

Please check in your project settings where tcl should be located (ProgramFiles/tcl or ProgramFiles(x86)/tcl) and reinstall it there, that should solve the problem.

Regards.

Post Reply