Ed lib include error

I need to include edlib in my project.
in wmnew options i have -otherlib tcpip -inc tcpip\inc
(folder C:\OpenAT\V310\TgtGen\Add-ons\TCPIP)

After this, i have the strange thing:
the rte project compile is successfully compiled.
When i compile the wismo target project
i have error “no such file”
on string
include “ed_common.h”

what’s the problem?

Try to compile the project using Rebuild All option !!!

I can also do that using Cygwin:

1 - Open Cygwin
2 - Go to the project directory
3 - Type:

wmmake <project_name> -c

The -c option is the same as Rebuild All.

Rgds,
Gus