Hi,
Thanks, I will try to do it later on.
Meanwhile, as suggested on April 9, I have upgraded to VGDB 5.4 prev 2.
Unfortunately, I still get the “regenerate MSBuild rules” message.
More than that, I still get the following build warnings:
2>C:\Program Files (x86)\Sysprogs\VisualGDB\MSBuild\SysprogsPlatform.targets(39,3): warning MSB4011: “C:\Users\Nahum\AppData\Local\VisualGDB\FindComponents.props” cannot be imported again. It was already imported at “E:\Nahum\Workspace\RaspberryPi3\Projects\VS\AdjHeartRaspiFlSynth1_0\AdjHeartRaspiFlSynth1_0\AdjHeartRaspiFlSynth1_0.vcxproj (48,5)”. This is most likely a build authoring error. This subsequent import will be ignored.
(and this is what is on line 48 47 <ImportGroup Label=”VisualGDBFindComponents”> 48 <Import Project=”$(LOCALAPPDATA)\VisualGDB\FindComponents.props” /> 49 </ImportGroup>)
And
2>C:\Program Files (x86)\Sysprogs\VisualGDB\MSBuild\SysprogsPlatform.targets(86,2): warning : Missing toolchain profile for 192.168.3.2, ID=’com.sysprogs.toolchain.default-gcc’, version=”. IntelliSense may produce incorrect results.
And indeed I do have intellisense problems of not recognizing all Qt ui generated objects (e.g. ui->comboBox_xxxx).
As another side note, when adding additional Qt form (in addition to MainWindow), I had to add the following section to the .vcxproj file.
Is this what I should do?
<ItemGroup>
<QtHeaderFile Include=”myForm.h” />
<UserInterfaceFile Include=”MyForm.ui” />
</ItemGroup>
Thanks,
Nahum.