I installed VSCode 2017 as per the documentation and got Qt5.6.2 to install. I copied one of the example widgets and followed instructions to (1)Clone Simple Widget, (2)Adapt Clone's Project File, (3)Create a Solution File, (4)Adapt Root Directory, (5)Adapt Header File, (6)Check Plugin ID, and (7)Adapt Header File. At this point, the documentation says I have successfully cloned a smaple plug-in into an independent self contained plug-in solution, but when I build the solution, I get the following errors:
Severity Code Description Project File Line Suppression State
Error (active) E1696 cannot open source file "ui_ColorSelectionForm.h" MyPlugin C:\\Scripts\\DG_Plugins\\3DEXCITE_DELTAGEN_2025x_RF2_SDK\\examples\\SimpleWidget - Copy\\SimpleColorPicker.h 31
Error (active) E1696 cannot open source file "QtWidgets/QDialog" MyPlugin C:\\Scripts\\DG_Plugins\\3DEXCITE_DELTAGEN_2025x_RF2_SDK\\examples\\SimpleWidget - Copy\\SimpleColorPicker.h 32
Error (active) E1696 cannot open source file "QtGui/QColor.h" MyPlugin C:\\Scripts\\DG_Plugins\\3DEXCITE_DELTAGEN_2025x_RF2_SDK\\examples\\SimpleWidget - Copy\\SimpleController.h 35
Error (active) E1696 cannot open source file "QtGui/QColor.h" MyPlugin C:\\Scripts\\DG_Plugins\\3DEXCITE_DELTAGEN_2025x_RF2_SDK\\examples\\SimpleWidget - Copy\\SimpleSettingsManager.h 32
Error (active) E1696 cannot open source file "ui_MainForm.h" MyPlugin C:\\Scripts\\DG_Plugins\\3DEXCITE_DELTAGEN_2025x_RF2_SDK\\examples\\SimpleWidget - Copy\\SimpleWidget.h 31
Error (active) E1696 cannot open source file "QtWidgets/QDialog" MyPlugin C:\\Scripts\\DG_Plugins\\3DEXCITE_DELTAGEN_2025x_RF2_SDK\\examples\\SimpleWidget - Copy\\SimpleWidget.h 32
...
...
...
Severity Code Description Project File Line Suppression State
Error MSB6006 "cmd.exe" exited with code 3. MyPlugin C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\Common7\\IDE\\VC\\VCTargets\\Microsoft.CppCommon.targets 209
3DEXCITE #3DEXCITE
