For free edition of Microsoft Visual Studio, you may need to set the MSSDK environment variable to the installation directory of your MS Windows SDK
这个SSDK变量具体怎么设置啊
我也是安装了好几遍才解决的,现在分享给大家-----我的电脑右键---属性---高级系统设置----环境变量---在系统变量里添加变量,变量名为MSSDK,变量值为VC安装路径,例如我的VC安装路径为D:Microsoft Visual Studio 10.0,就填D:Microsoft Visual Studio 10.0.添加完以后点击确定,一定要看看自己添加上了没有.然后就可以到AMESIM里编译了,如果还不行,别着急,看看错误提示是什么,一个个解决