DSGE model in dynare

Hello
I run the NK_baseline model located in the dynare examples folder.
But this model also gives an error!
Can anyone guide me?
what is the problem?

Error using print_info (line 32)
The steady state has NaNs or Inf.

Error in steady (line 102)
print_info(info,options_.noprint, options_);

Error in nkmodel.driver (line 462)
steady;

Error in dynare (line 281)
evalin(‘base’,[fname ‘.driver’]);

NK_baseline.mod (10.6 KB)
nkmodel.mod (3.0 KB)

What are you doing? You did not run the original file shipped with Dynare where you have an existing steady state file.

what I do:

addpath C:\dynare\6.0\matlab
cd C:\dynare\6.0\examples
dynare NK_baseline

Hello
I uninstall my dynare and install new version, then I run this code again and this time the model was estimated:

addpath C:\dynare\6.0\matlab
cd C:\dynare\6.0\examples
dynare NK_baseline