Unable to find what you are looking for? Click here
Occasionally, usually when setting up a new C++ project, I see this error from IntelliSense and the C++ compiler: cannot open source file "_config-eccp.h" (dependency of "Mstn/MdlApi/MdlApi.h"). It's sole mention is in include…
cannot open source file "_config-eccp.h" (dependency of "Mstn/MdlApi/MdlApi.h")
so how to set the project so that "_config-eccp.h" error is gone and can make the whole MS example compile?
我跑bentley自带的案例,_config-eccp.h 打不开。直接bmake又可以。。。
报错无法打开源文件“_config-eccp.h”,把提示的错误语句直接注释掉就ok。貌似也没什么影响。
Hi,
My system is windows 7, Connect update 4, Visual Studio 2013
I get error when including <msmdlmesh.fdf>
When I opened msmdlmesh.fdf I found this line:
#include <Mtg\MtgStructs.h>
However, file MtgStructs.h does not exist in Connect SDK.
安装MacroStation CE和开发包到默认路径,安装vs2013和你们提供的开发插件(vstmc2013),新建vc++项目直接编译不通过,新建c#项目就可以。
提示如下:
错误 1 error MSB3073: 命令“C:\ProgramData\innovoCAD\Bentley\VisualStudioTools\CONNECTBuildV1.bat C:\Program Files\Bentley\MICROS~1\MICROS~1\ C:\Program Files\Bentley\MICROS…
使用向导创建一个C++的CONNECT Native Command 项目,在没有做任何修改的情况下,编译程序,出现以下错误:
错误 1 error MSB3073: 命令“C:\ProgramData\innovoCAD\Bentley\VisualStudioTools\CONNECTBuildV1.bat C:\PROGRA~1\Bentley\MICROS~1\MICROS~1\ C:\PROGRA~1\Bentley\MICROS~2\ "x64\Debug\\" "E:\EXAMPLE\MSNative1…
My system is windows 7, VS 2013, VS 2015, NO clr support
I get same 11 errors, VS2013 and VS 2015 when including PointCloudApi.h
Same errors has occurred in update 1,2,3 and 4
Error list:
Error 9 error C2039: 'OrientedBoxCR' : is not a member of 'Bentley…
付老师, vc++ 2015 我编译例子 exampleSolids,出现LNK2019无法解析的外部符号的错误和无法打开源文件“”—config-eccp.h“”的错误 ,是怎么回事啊
I am getting the error below when I try to include time.h in one of my resource header files (*.r.h).
Error 1 error : can't open #include file time.h W:\CAD\Include\asatypes.r.h 46
I am not too sure what the deal is with my project. I included…
I have Windows 10 with Microstation Connect Update 12 and SDK Update 12 and Visual Studio 2017. I have 2 issues:
系统是win10 64位, 安装 vs2013 , microstation CE SDK,并安装了Visual Studio Tools for Microstation CONNECT Edition,查看了net workframe 版本为 4.6.01586
能过工具创建了Microstation Native 项目,没加任何代码,编绎后的如下问题:
警告 1 warning MSB3644: 未找到框架“.NETFramework,Version=v4.5.2”的引用程序集。若要解决此问题…